Files
linux-live-framework/bootfiles/syslinux.cfg
T
2023-06-14 22:12:45 +02:00

26 lines
516 B
INI

UI vesamenu.c32
MENU BACKGROUND logo.png
TIMEOUT 140
MENU CLEAR
LABEL default
MENU LABEL Run __DISTRO__ with persistence
KERNEL /vmlinuz
APPEND initrd=/initrd.img perch
LABEL toram
MENU LABEL Run __DISTRO__ from RAM without persistence
KERNEL /vmlinuz
APPEND initrd=/initrd.img toram
LABEL debug
MENU LABEL Run __DISTRO__ with debug
KERNEL /vmlinuz
APPEND initrd=/initrd.img debug
LABEL debugshell
MENU LABEL Run __DISTRO__ with debug and first stage shell
KERNEL /vmlinuz
APPEND initrd=/initrd.img debug shell