[yast-commit] r57298 - in /branches/SuSE-SLE-10-SP3-Branch/repair: VERSION package/yast2-repair.changes src/bootloader_routines.ycp

Author: jreidinger Date: Mon May 25 09:29:26 2009 New Revision: 57298 URL: http://svn.opensuse.org/viewcvs/yast?rev=57298&view=rev Log: adapt repair to new version of yast2-bootloader Modified: branches/SuSE-SLE-10-SP3-Branch/repair/VERSION branches/SuSE-SLE-10-SP3-Branch/repair/package/yast2-repair.changes branches/SuSE-SLE-10-SP3-Branch/repair/src/bootloader_routines.ycp Modified: branches/SuSE-SLE-10-SP3-Branch/repair/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/repair/... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/repair/VERSION (original) +++ branches/SuSE-SLE-10-SP3-Branch/repair/VERSION Mon May 25 09:29:26 2009 @@ -1 +1 @@ -2.13.12 +2.13.13 Modified: branches/SuSE-SLE-10-SP3-Branch/repair/package/yast2-repair.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/repair/... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/repair/package/yast2-repair.changes (original) +++ branches/SuSE-SLE-10-SP3-Branch/repair/package/yast2-repair.changes Mon May 25 09:29:26 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon May 25 09:25:30 CEST 2009 - jreidinger@suse.cz + +- adapt to SP3 yast2-bootloader change +- 2.13.13 + +------------------------------------------------------------------- Thu Mar 12 08:35:24 CET 2009 - jsuchome@suse.cz - offer new lines in /etc/fstab with new device names (bnc#431418) Modified: branches/SuSE-SLE-10-SP3-Branch/repair/src/bootloader_routines.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/repair/... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/repair/src/bootloader_routines.ycp (original) +++ branches/SuSE-SLE-10-SP3-Branch/repair/src/bootloader_routines.ycp Mon May 25 09:29:26 2009 @@ -17,7 +17,7 @@ global define void readDeviceMap () { BootCommon::InitializeLibrary (true, "grub"); - BootCommon::ReadFiles (); + BootCommon::ReadFiles (false); device_map = BootCommon::GetDeviceMap (); y2debug ("device map: %1", device_map); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jreidinger@svn.opensuse.org