Author: juhliarik Date: Wed Mar 31 12:05:50 2010 New Revision: 61546 URL: http://svn.opensuse.org/viewcvs/yast?rev=61546&view=rev Log: added fix for empty boot_custom bnc#589433 Modified: trunk/bootloader/VERSION trunk/bootloader/package/yast2-bootloader.changes trunk/bootloader/src/modules/BootCommon.ycp Modified: trunk/bootloader/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/VERSION?rev=61546&r1=61545&r2=61546&view=diff ============================================================================== --- trunk/bootloader/VERSION (original) +++ trunk/bootloader/VERSION Wed Mar 31 12:05:50 2010 @@ -1 +1 @@ -2.19.9 +2.19.10 Modified: trunk/bootloader/package/yast2-bootloader.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/package/yast2-bootloader.changes?rev=61546&r1=61545&r2=61546&view=diff ============================================================================== --- trunk/bootloader/package/yast2-bootloader.changes (original) +++ trunk/bootloader/package/yast2-bootloader.changes Wed Mar 31 12:05:50 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Mar 31 12:09:27 CEST 2010 - juhliarik@suse.cz + +- added fix for sending empty "boot_custom" (bnc#589433) +- 2.19.10 + +------------------------------------------------------------------- Tue Mar 23 11:00:00 CET 2010 - juhliarik@suse.cz - added fix for checking custom boot partition (bnc#588770) Modified: trunk/bootloader/src/modules/BootCommon.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/modules/BootCommon.ycp?rev=61546&r1=61545&r2=61546&view=diff ============================================================================== --- trunk/bootloader/src/modules/BootCommon.ycp (original) +++ trunk/bootloader/src/modules/BootCommon.ycp Wed Mar 31 12:05:50 2010 @@ -807,6 +807,10 @@ if (removeGFXMenu()) globals = remove(globals, "gfxmenu"); + // bnc#589433 - Install grub into root (/) partition gives error + if ((globals["boot_custom"]:nil == "") && (haskey(globals, "boot_custom"))) + globals = remove(globals, "boot_custom"); + // FIXME: give mountby information to perl-Bootloader (or define some // better interface), so that perl-Bootloader can use mountby device names // for these devices instead. Tracked in bug #248162. -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org