Clean up styling
This commit is contained in:
parent
6454844766
commit
9b0fccc4e6
5
grub.cfg
5
grub.cfg
|
@ -10,8 +10,8 @@ if loadfont $prefix/font.pf2 ; then
|
|||
terminal_output gfxterm
|
||||
fi
|
||||
|
||||
background_image /splash.png
|
||||
set theme=($root)/boot/grub/theme.txt
|
||||
background_image /splash.png
|
||||
|
||||
insmod play
|
||||
play 960 440 1 0 4 440 1
|
||||
|
@ -23,12 +23,15 @@ set timeout=10
|
|||
menuentry "PVC Live Installer" {
|
||||
linux /live/vmlinuz boot=live components splash quiet "${loopback}"
|
||||
initrd /live/initrd.img
|
||||
echo -en "\n\n\n\n\n\n\n\n\n\n\n\t\t\tBooting PVC live installer..."
|
||||
}
|
||||
menuentry "Traditional Debian Installer (graphical)" {
|
||||
linux /d-i/gtk/vmlinuz append video=vesa:ywrap,mtrr vga=788 "${loopback}"
|
||||
initrd /d-i/gtk/initrd.gz
|
||||
echo -en "\n\n\n\n\n\n\n\n\n\n\n\t\t\tBooting Debian installer (graphical)..."
|
||||
}
|
||||
menuentry "Traditional Debian Installer (console)" {
|
||||
linux /d-i/vmlinuz "${loopback}"
|
||||
initrd /d-i/initrd.gz
|
||||
echo -en "\n\n\n\n\n\n\n\n\n\n\n\t\t\tBooting Debian installer (console)..."
|
||||
}
|
||||
|
|
|
@ -21,16 +21,13 @@ MENU default PVC Live Installer
|
|||
MENU clear
|
||||
|
||||
LABEL PVC Live Installer
|
||||
SAY "Booting PVC Live Installer..."
|
||||
linux /live/vmlinuz
|
||||
APPEND initrd=/live/initrd.img boot=live components splash quiet
|
||||
|
||||
LABEL Traditional Debian Installer (graphical)
|
||||
SAY "Booting Traditional Debian Installer (graphical)..."
|
||||
linux /d-i/gtk/vmlinuz
|
||||
APPEND initrd=/d-i/gtk/initrd.gz append video=vesa:ywrap,mtrr vga=788
|
||||
|
||||
LABEL Traditional Debian Installer (console)
|
||||
SAY "Booting Traditional Debian Installer (console)..."
|
||||
linux /d-i/vmlinuz
|
||||
APPEND initrd=/d-i/initrd.gz
|
||||
|
|
Loading…
Reference in New Issue