Theme the EFI Grub menu

This commit is contained in:
2019-06-15 17:24:14 -04:00
parent cf869ef24a
commit 6454844766
4 changed files with 29 additions and 14 deletions

View File

@ -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
}