* util/grub-mkconfig_lib.in (grub_warn): New function.

(convert_system_path_to_grub_path): Use grub_warn() when issuing
        warnings, to obtain consistent formatting.
        * util/grub.d/00_header.in: Likewise.
        * util/update-grub_lib.in: Likewise.
This commit is contained in:
robertmh 2008-11-20 19:22:20 +00:00
parent 3cf6ac19e1
commit 73e8e268b7
4 changed files with 16 additions and 4 deletions

View file

@ -1,8 +1,14 @@
2008-11-19 Robert Millan <rmh@aybabtu.com>
2008-11-20 Robert Millan <rmh@aybabtu.com>
* kern/i386/coreboot/init.c (grub_time_tics): Remove variable.
(grub_get_rtc, grub_exit): Abort with grub_fatal() if called.
* util/grub-mkconfig_lib.in (grub_warn): New function.
(convert_system_path_to_grub_path): Use grub_warn() when issuing
warnings, to obtain consistent formatting.
* util/grub.d/00_header.in: Likewise.
* util/update-grub_lib.in: Likewise.
2008-11-19 Robert Millan <rmh@aybabtu.com>
* loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Fix a typo.