[yast-commit] r62089 - in /trunk/bootloader: VERSION package/yast2-bootloader.changes src/modules/BootCommon.ycp
Author: juhliarik Date: Wed Jun 2 17:08:27 2010 New Revision: 62089 URL: http://svn.opensuse.org/viewcvs/yast?rev=62089&view=rev Log: added update of fix for bug#604401 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=62089&r1=62088&r2=62089&view=diff ============================================================================== --- trunk/bootloader/VERSION (original) +++ trunk/bootloader/VERSION Wed Jun 2 17:08:27 2010 @@ -1 +1 @@ -2.19.14 +2.19.15 Modified: trunk/bootloader/package/yast2-bootloader.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/package/yast2-bootloader.changes?rev=62089&r1=62088&r2=62089&view=diff ============================================================================== --- trunk/bootloader/package/yast2-bootloader.changes (original) +++ trunk/bootloader/package/yast2-bootloader.changes Wed Jun 2 17:08:27 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Jun 2 17:06:53 CEST 2010 - juhliarik@suse.cz + +- added update of fix for (bnc#604401) +- 2.19.15 + +------------------------------------------------------------------- Wed May 19 09:57:34 CEST 2010 - juhliarik@suse.cz - added xen boot section as default during installation on Modified: trunk/bootloader/src/modules/BootCommon.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/modules/BootCommon.ycp?rev=62089&r1=62088&r2=62089&view=diff ============================================================================== --- trunk/bootloader/src/modules/BootCommon.ycp (original) +++ trunk/bootloader/src/modules/BootCommon.ycp Wed Jun 2 17:08:27 2010 @@ -815,6 +815,13 @@ // better interface), so that perl-Bootloader can use mountby device names // for these devices instead. Tracked in bug #248162. + // convert XEN section to linux section id running in domU + // bnc #436899 + // bnc #604401 Xen para-virtualized guest boots native kernel + // I have to call it before updating of BootCommon::globals to my_globals + // bnc #604401c14 + ConvertXENinDomU (); + // convert custom boot device names in globals to the device names // indicated by "mountby" // also, for legacy bootloaders like LILO that still pass device names, @@ -836,10 +843,6 @@ }); y2milestone ("device map after mapping %1", my_device_mapping); - - // convert XEN section to linux section id running in domU - // bnc #436899 - ConvertXENinDomU (); if (VerifyMDArray()) { if ((enable_md_array_redundancy == false) && (haskey(my_globals, "boot_md_mbr"))) -- 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