[yast-commit] r39875 - in /trunk/storage: package/yast2-storage.changes storage/src/modules/Storage.ycp
Author: fehr Date: Wed Aug 1 17:45:29 2007 New Revision: 39875 URL: http://svn.opensuse.org/viewcvs/yast?rev=39875&view=rev Log: fix having obsolete LVM entries displayed after removal of disk label (#290779) Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/modules/Storage.ycp Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=39875&r1=39874&r2=39875&view=diff ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Wed Aug 1 17:45:29 2007 @@ -5,6 +5,8 @@ as EFI boot partitions (#220839) - util-linux-crypto was renamed to cryptsetup - suppress popups about package installation in inst-sys (#296381) +- fix having obsolete LVM entries displayed after removal of disk + label (#290779) ------------------------------------------------------------------- Thu Jul 26 14:32:49 CEST 2007 - fehr@suse.de Modified: trunk/storage/storage/src/modules/Storage.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=39875&r1=39874&r2=39875&view=diff ============================================================================== --- trunk/storage/storage/src/modules/Storage.ycp (original) +++ trunk/storage/storage/src/modules/Storage.ycp Wed Aug 1 17:45:29 2007 @@ -3120,8 +3120,7 @@ label ); if( ret<0 ) y2error( "DeletePartitionTable sint ret:%1", ret ); - UpdateTargetMapDisk( disk ); - UpdateTargetMapDisk( "/dev/evms" ); + UpdateTargetMap(); return( ret==0 ); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
fehr@svn.opensuse.org