[yast-commit] r48043 - /branches/SuSE-Linux-11_0-Branch/bootloader/src/modules/Bootloader.ycp
Author: juhliarik Date: Wed Jun 4 10:04:51 2008 New Revision: 48043 URL: http://svn.opensuse.org/viewcvs/yast?rev=48043&view=rev Log: added solving simlinks for initrd and kernel in live CD (bnc# 393030) M bootloader/src/modules/Bootloader.ycp * added solving simlinks for initrd and kernel Modified: branches/SuSE-Linux-11_0-Branch/bootloader/src/modules/Bootloader.ycp Modified: branches/SuSE-Linux-11_0-Branch/bootloader/src/modules/Bootloader.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/bootloader/src/modules/Bootloader.ycp?rev=48043&r1=48042&r2=48043&view=diff ============================================================================== --- branches/SuSE-Linux-11_0-Branch/bootloader/src/modules/Bootloader.ycp (original) +++ branches/SuSE-Linux-11_0-Branch/bootloader/src/modules/Bootloader.ycp Wed Jun 4 10:04:51 2008 @@ -62,6 +62,7 @@ global define string getProposedDefaultSection (); global define boolean UpdateGfxMenu (); global define void DelDuplicatedSections(); + global define void ResolveSymlinksInSections(); /** * Write is repeating again @@ -619,6 +620,10 @@ { // delete duplicated sections DelDuplicatedSections(); + } else { + // resolve sim links for image and initrd + // bnc #393030 - live-CD kernel install/remove leaves broken system + ResolveSymlinksInSections(); } if (BootCommon::write_settings["save_all"]:false) BootCommon::save_all = true; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
juhliarik@svn.opensuse.org