--- trunk/grubby/ChangeLog 2012/02/18 01:05:10 1743 +++ trunk/grubby/ChangeLog 2012/02/18 01:24:08 1754 @@ -1,5 +1,68 @@ 2012-02-18 Niels Rogalla + * [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: