Theme the EFI Grub menu
This commit is contained in:
16
grub.cfg
16
grub.cfg
@ -10,25 +10,17 @@ if loadfont $prefix/font.pf2 ; then
|
||||
terminal_output gfxterm
|
||||
fi
|
||||
|
||||
if background_image /isolinux/splash.png; then
|
||||
set color_normal=light-gray/black
|
||||
set color_highlight=white/black
|
||||
elif background_image /splash.png; then
|
||||
set color_normal=light-gray/black
|
||||
set color_highlight=white/black
|
||||
else
|
||||
set menu_color_normal=cyan/blue
|
||||
set menu_color_highlight=white/blue
|
||||
fi
|
||||
background_image /splash.png
|
||||
set theme=($root)/boot/grub/theme.txt
|
||||
|
||||
insmod play
|
||||
play 960 440 1 0 4 440 1
|
||||
if [ ${iso_path} ] ; then
|
||||
set loopback="findiso=${iso_path}"
|
||||
set loopback="findiso=${iso_path}"
|
||||
fi
|
||||
|
||||
set timeout=10
|
||||
menuentry "PVC Live Installer TEST" {
|
||||
menuentry "PVC Live Installer" {
|
||||
linux /live/vmlinuz boot=live components splash quiet "${loopback}"
|
||||
initrd /live/initrd.img
|
||||
}
|
||||
|
Reference in New Issue
Block a user