Author: odabrunz Date: Tue Sep 25 13:53:04 2007 New Revision: 41082 URL: http://svn.opensuse.org/viewcvs/yast?rev=41082&view=rev Log: - re-read bootloader config from system after the delayed run of perl-Bootloader updates, then call FlagOnetimeBoot() based on current setup (#328078) Modified: trunk/bootloader/src/clients/bootloader_finish.ycp Modified: trunk/bootloader/src/clients/bootloader_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/clients/bootloader_finish.ycp?rev=41082&r1=41081&r2=41082&view=diff ============================================================================== --- trunk/bootloader/src/clients/bootloader_finish.ycp (original) +++ trunk/bootloader/src/clients/bootloader_finish.ycp Tue Sep 25 13:53:04 2007 @@ -170,6 +170,9 @@ if (retcode) { // perl-BL delayed section removal Bootloader::RunDelayedUpdates(); + // re-read external changes, then boot through to second stage of + // installation or update + Bootloader::Read (); return Bootloader::FlagOnetimeBoot(Bootloader::getDefaultSection ()); } else -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org