2008-04-18 Robert Millan <rmh@aybabtu.com>
* util/update-grub.in: Fix syntax error when setting `GRUB_PRELOAD_MODULES'. Reported by Stephane Chazelas <stephane@artesyncp.com>
This commit is contained in:
parent
1977517daf
commit
57490c2bd6
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-04-18 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
|
* util/update-grub.in: Fix syntax error when setting
|
||||||
|
`GRUB_PRELOAD_MODULES'.
|
||||||
|
Reported by Stephane Chazelas <stephane@artesyncp.com>
|
||||||
|
|
||||||
2008-04-17 Lubomir Kundrak <lkundrak@redhat.com>
|
2008-04-17 Lubomir Kundrak <lkundrak@redhat.com>
|
||||||
|
|
||||||
* aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): take only .text
|
* aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): take only .text
|
||||||
|
|
|
@ -136,7 +136,7 @@ case ${GRUB_TERMINAL} in
|
||||||
gfxterm)
|
gfxterm)
|
||||||
if path=`font_path` ; then
|
if path=`font_path` ; then
|
||||||
GRUB_FONT_PATH="`convert_system_path_to_grub_path ${path}`"
|
GRUB_FONT_PATH="`convert_system_path_to_grub_path ${path}`"
|
||||||
GRUB_PRELOAD_MODULES="`${GRUB_PRELOAD_MODULES} ${grub_probe} -t abstraction ${path}`"
|
GRUB_PRELOAD_MODULES="${GRUB_PRELOAD_MODULES} `${grub_probe} -t abstraction ${path}`"
|
||||||
else
|
else
|
||||||
# fallback to console
|
# fallback to console
|
||||||
GRUB_TERMINAL=console
|
GRUB_TERMINAL=console
|
||||||
|
|
Loading…
Reference in a new issue