Revision: 1989
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1989
Author: robertmh
Date: 2009-02-11 00:36:58 +0000 (Wed, 11 Feb 2009)
Log Message:
-----------
2009-02-11 Robert Millan <[email protected]>
* util/grub.d/00_header.in: Update old reference to `font' command.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/util/grub.d/00_header.in
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-02-10 09:50:08 UTC (rev 1988)
+++ trunk/grub2/ChangeLog 2009-02-11 00:36:58 UTC (rev 1989)
@@ -1,3 +1,7 @@
+2009-02-11 Robert Millan <[email protected]>
+
+ * util/grub.d/00_header.in: Update old reference to `font' command.
+
2009-02-10 Felix Zielcke <[email protected]>
* fs/fat.c (grub_fat_mount): Fix wrong comparison.
Modified: trunk/grub2/util/grub.d/00_header.in
===================================================================
--- trunk/grub2/util/grub.d/00_header.in 2009-02-10 09:50:08 UTC (rev
1988)
+++ trunk/grub2/util/grub.d/00_header.in 2009-02-11 00:36:58 UTC (rev
1989)
@@ -26,7 +26,7 @@
. ${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