]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-02-11 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Wed, 11 Feb 2009 00:36:58 +0000 (00:36 +0000)
committerrobertmh <robertmh@localhost>
Wed, 11 Feb 2009 00:36:58 +0000 (00:36 +0000)
        * util/grub.d/00_header.in: Update old reference to `font' command.

ChangeLog
util/grub.d/00_header.in

index 10a00f93f2a581961cece1319990d55be78e30f3..2832d9cdf7955cd3645501fce9da362f73ae51ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-11  Robert Millan  <rmh@aybabtu.com>
+
+       * util/grub.d/00_header.in: Update old reference to `font' command.
+
 2009-02-10  Felix Zielcke  <fzielcke@z-51.de>
 
        * fs/fat.c (grub_fat_mount): Fix wrong comparison.
index 93b90675b6083ee88b1e5d6e30d205a2cc077cf4..d8fa4165daa0c659c96a3299e91d84761fe89494 100644 (file)
@@ -26,7 +26,7 @@ grub_prefix=`echo /boot/grub | sed ${transform}`
 . ${libdir}/grub/grub-mkconfig_lib
 
 # Do this as early as possible, since other commands might depend on it.
-# (e.g. the `font' command might need lvm or raid modules)
+# (e.g. the `loadfont' command might need lvm or raid modules)
 for i in ${GRUB_PRELOAD_MODULES} ; do
   echo "insmod $i"
 done