--- trunk/grubby/ChangeLog 2012/02/18 00:56:17 1724 +++ trunk/grubby/ChangeLog 2012/03/03 15:26:29 1772 @@ -1,5 +1,138 @@ +2012-03-03 Niels Rogalla + + * [r1771] VERSION: + -version 8.9 + * [r1770] new-kernel-pkg: + Add support to new-kernel-pkg to recognize ARCH == armv5tel + needed for + Kirkwood based systems. + 2012-02-18 Niels Rogalla + * [r1757] new-kernel-pkg: + -let the menuentries match our grub-cosmetic patch + * [r1756] new-kernel-pkg: + -fix a infinite loop caused by dropping the path prefix of + mkinitrd + * [r1754] ChangeLog: + updated ChangeLog + * [r1753] VERSION: + -version 8.8_20120218 + * [r1752] new-kernel-pkg: + new-kernel-pkg fails to find U-Boot. + + new-kernel-pkg fails to find U-Boot if the boot directory is not + on a + separate partition. + + This only affects the U-Boot image creation section of the + new-kernel-pkg + script, for ARM based systems. My initial changes were only + tested on + specific ARM-OMAP systems that required a specific U-Boot + partition. + Testing + on additional systems (ARM-Tegra) revealed this incorrect + assumption. + + The attached patch includes the following: + + - Cosmetic: Correction - change uBoot to U-Boot in comments. + - Additions: + -- Recognize ARCH == armv7hl + -- Make U-Boot load/execute address variable (based on machine) + -- Bug: Correct invalid assumption that the U-Boot directory + would + always + be on a separate partition. + * [r1751] grubby.c: + Try to display title when printing information with '--info' + + Signed-off-by: Cleber Rosa + * [r1750] grubby.c: + Fix endswith() to correctly test its input for validity. + * [r1749] installkernel, new-kernel-pkg: + Fix hard coded paths so kernel's "make install" will DTRT. + * [r1748] grubby.c: + Implement support for "default saved" for grub2 + + Signed-off-by: Cleber Rosa + * [r1747] grubby.c: + Include prefix when printing kernel information + + When running grubby with '--info=', the initrd is displayed with + the + boot prefix, so, for correctness, also include it in the kernel + line. + + Signed-off-by: Cleber Rosa + * [r1746] grubby.c: + Refactor grub2 title extraction, making it a function + + '--default-title' now uses that functions, but others such as + '--info' + could, IMHO, also display the title and thus, use the refactored + function. + + Signed-off-by: Cleber Rosa + * [r1745] grubby.c: + Include a / when one is missing in paths (#769641) + * [r1743] ChangeLog: + updated ChangeLog + * [r1742] VERSION: + -version 8.8 + * [r1741] test.sh: + Fix new test case to not care if /boot is a mountpoint... + * [r1739] ChangeLog: + updated ChangeLog + * [r1738] VERSION: + -version 8.7 + * [r1737] test.sh, test/results/debug[ADD], + test/results/debug/g2.1[ADD], test/results/debug/g2.1.2[ADD]: + Add a test case for --debug. + + Make sure --debug works as expected in both successful and failed + attempts. + * [r1736] grubby.8, grubby.c: + grubby: Add --debug option to annotate "suitable template" + failures + + Today, when grubby fails with "no suitable template found" the + user + has no idea why that might be. These can fail for several + reasons. + So add a --debug option to print out the line in grubby.c where + it + failed, a text message describing the failure, and a copy of the + bootloader entry that failed, to aid investigation. + + Signed-off-by: Eric Sandeen + * [r1734] ChangeLog: + updated ChangeLog + * [r1733] VERSION: + -version 8.6 + * [r1732] test/results/remove/g2-1.4: + Fix another test broken by 4bb88f93e6c7cf432e354a164fce8743794a + * [r1730] ChangeLog: + updated ChangeLog + * [r1729] VERSION: + -version 8.5 + * [r1728] new-kernel-pkg: + Don't hardcode dracut path. (#768645) + + dracut moved from /sbin to /usr/bin, so fix that, but also it's + pointless to hardcode what's in PATH. + * [r1727] grubby.c, test.sh, test/results/remove/g2-1.4[ADD]: + Use dummy entries for text following kernel entries so it is + preserved + (#744717) + + Signed-off-by: Adam Williamson + * [r1726] test/results/defaulttitle/g2.1: + Fix up one test result for changes from + 4bb88f93e6c7cf432e354a164fce8743794a84a5 + * [r1724] ChangeLog: + updated ChangeLog * [r1723] VERSION: -version 8.4 * [r1722] grubby.c, test/grub2.1, test/results/add/g2-1.1,