--- trunk/grubby/ChangeLog 2012/02/18 00:29:05 1711 +++ trunk/grubby/ChangeLog 2012/02/18 00:29:19 1712 @@ -1,5 +1,29 @@ 2012-02-18 Niels Rogalla + * [r1711] VERSION: + -version 8.3 + * [r1710] new-kernel-pkg: + Fix new-kernel-pkg invocation of grubby for grub (bz 725185) + + new-kernel-pkg did not specify --grub when it called grubby to + update the + kernel entry with an initrd. Grubby would then try to probe what + to + do and + would give preference to grub2 and thus leave an incomplete grub + entry. + + new-kernel-pkg did also not specify the grub config file + explicitly + to + grubby as it do for the grub2 config file. That could perhaps in + some + situations cause grubby to do something else than new-kernel-pkg + expected. + + Now --grub -c $grubConfig is specified explicitly in all cases. + * [r1708] ChangeLog: + updated ChangeLog * [r1707] VERSION: -version 8.2 * [r1706] new-kernel-pkg: