From 16ac430e8cfc34017bcf3b63dc2de65c0d05679c Mon Sep 17 00:00:00 2001 From: robertmh Date: Wed, 11 Feb 2009 00:36:58 +0000 Subject: [PATCH] 2009-02-11 Robert Millan * util/grub.d/00_header.in: Update old reference to `font' command. --- ChangeLog | 4 ++++ util/grub.d/00_header.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 10a00f93f..2832d9cdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-11 Robert Millan + + * util/grub.d/00_header.in: Update old reference to `font' command. + 2009-02-10 Felix Zielcke * fs/fat.c (grub_fat_mount): Fix wrong comparison. diff --git a/util/grub.d/00_header.in b/util/grub.d/00_header.in index 93b90675b..d8fa4165d 100644 --- a/util/grub.d/00_header.in +++ b/util/grub.d/00_header.in @@ -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