2009-02-11 Robert Millan <rmh@aybabtu.com>
* util/grub.d/00_header.in: Update old reference to `font' command.
This commit is contained in:
parent
06ff20fcfe
commit
16ac430e8c
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue