Mailinglist Archive: yast-commit (322 mails)

< Previous Next >
[yast-commit] r57253 - in /branches/SuSE-SLE-10-SP3-Branch/storage: VERSION libstorage/src/Volume.cc package/yast2-storage.changes
  • From: aschnell@xxxxxxxxxxxxxxxx
  • Date: Wed, 20 May 2009 09:25:14 -0000
  • Message-id: <E1M6i30-0005a2-AN@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Wed May 20 11:25:13 2009
New Revision: 57253

URL: http://svn.opensuse.org/viewcvs/yast?rev=57253&view=rev
Log:
- fixed problem mounting filesystem in inst-sys (bnc #505551)

Modified:
branches/SuSE-SLE-10-SP3-Branch/storage/VERSION
branches/SuSE-SLE-10-SP3-Branch/storage/libstorage/src/Volume.cc
branches/SuSE-SLE-10-SP3-Branch/storage/package/yast2-storage.changes

Modified: branches/SuSE-SLE-10-SP3-Branch/storage/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/storage/VERSION?rev=57253&r1=57252&r2=57253&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/storage/VERSION (original)
+++ branches/SuSE-SLE-10-SP3-Branch/storage/VERSION Wed May 20 11:25:13 2009
@@ -1 +1 @@
-2.13.106
+2.13.107

Modified: branches/SuSE-SLE-10-SP3-Branch/storage/libstorage/src/Volume.cc
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/storage/libstorage/src/Volume.cc?rev=57253&r1=57252&r2=57253&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/storage/libstorage/src/Volume.cc (original)
+++ branches/SuSE-SLE-10-SP3-Branch/storage/libstorage/src/Volume.cc Wed May 20
11:25:13 2009
@@ -2357,8 +2357,12 @@
ret = fstab->flush();
}
}
- if( ret==0 && !format && mp==orig_mp && mp!="swap" )
+ if( ret==0 && !format && !cont->getStorage()->instsys() &&
+ fstab_opt!=orig_fstab_opt && !orig_fstab_opt.empty() &&
+ mp==orig_mp && mp!="swap" )
{
+ y2mil( "fstab_opt:" << fstab_opt << " fstab_opt_orig:" <<
orig_fstab_opt );
+ y2mil( "remount:" << *this );
int r = umount( mp );
y2mil( "remount umount:" << r );
if( r==0 )

Modified: branches/SuSE-SLE-10-SP3-Branch/storage/package/yast2-storage.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/storage/package/yast2-storage.changes?rev=57253&r1=57252&r2=57253&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/storage/package/yast2-storage.changes
(original)
+++ branches/SuSE-SLE-10-SP3-Branch/storage/package/yast2-storage.changes Wed
May 20 11:25:13 2009
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed May 20 09:30:20 CEST 2009 - aschnell@xxxxxxx
+
+- fixed problem mounting filesystem in inst-sys (bnc #505551)
+
+-------------------------------------------------------------------
Tue May 12 02:25:49 CEST 2009 - aschnell@xxxxxxx

- support EFI boot on non-ia64 systems (fate #306032)

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages