system: grub: Make sure the font and background image are always found.

* gnu/system/grub.scm (eye-candy): Add 'search --file --set'.
This commit is contained in:
Ludovic Courtès 2014-12-13 22:15:01 +01:00
parent 6c777cf88c
commit ccc2678b0d

View file

@ -170,6 +170,9 @@ (define (theme-colors type)
insmod video_cirrus
}
# Set 'root' to the partition that contains /gnu/store.
search --file --set ~a/share/grub/unicode.pf2
if loadfont ~a/share/grub/unicode.pf2; then
set gfxmode=640x480
load_video
@ -185,7 +188,7 @@ (define (theme-colors type)
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi~%"
#$grub
#$grub #$grub
#$image
#$(theme-colors grub-theme-color-normal)
#$(theme-colors grub-theme-color-highlight))))))