iso-builder/etc/config/bootloaders/isolinux/live.cfg.in

38 lines
734 B
INI

prompt 0
MENU HIDDEN
MENU AUTOBOOT Booting ubuntu sway live disk in # seconds
timeout 50
label live-@FLAVOUR@
menu label ^Start Ubuntu Sway Remix
menu default
linux /casper/vmlinuz
initrd /casper/initrd.lz
append @APPEND_LIVE@
MENU SEPARATOR
label live-failsafe
menu label Start Ubuntu Sway Remix (Safe Graphics)
set gfxpayload=keep
linux /casper/vmlinuz
initrd /casper/initrd.lz
append @APPEND_LIVE@ nomodeset
MENU SEPARATOR
label check
menu label ^Check disk for Defects
linux /casper/vmlinuz
append boot=casper integrity-check initrd=/casper/initrd.lz quiet --
MENU SEPARATOR
label hd
menu label ^Boot from first hard disk
localboot 0x80
MENU SEPARATOR
LABEL power
MENU LABEL ^Power Off
COM32 poweroff.c32