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