parent
5ece1d0a7f
commit
20b8688fdf
@ -0,0 +1,33 @@
|
|||||||
|
if loadfont $prefix/font.pf2 ; then
|
||||||
|
set gfxmode=800x600
|
||||||
|
insmod efi_gop
|
||||||
|
insmod efi_uga
|
||||||
|
insmod video_bochs
|
||||||
|
insmod video_cirrus
|
||||||
|
insmod gfxterm
|
||||||
|
insmod png
|
||||||
|
terminal_output gfxterm
|
||||||
|
fi
|
||||||
|
|
||||||
|
if background_image /isolinux/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
|
||||||
|
|
||||||
|
insmod play
|
||||||
|
play 480 440 1
|
||||||
|
|
||||||
|
menuentry "Test or install PureOS (@FLAVOR@)" {
|
||||||
|
set gfxpayload=keep
|
||||||
|
linux @LINUX@ boot=casper @APPEND_LIVE@ ---
|
||||||
|
initrd @INITRD@
|
||||||
|
}
|
||||||
|
|
||||||
|
menuentry "Test or install PureOS (@FLAVOR@ failsafe)" {
|
||||||
|
set gfxpayload=keep
|
||||||
|
linux @LINUX@ boot=casper @APPEND_LIVE_FAILSAFE@ ---
|
||||||
|
initrd @INITRD@
|
||||||
|
}
|
Loading…
Reference in new issue