You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kali-live-build/kali-config/common/bootloaders/syslinux_common/live.cfg.in

32 lines
1010 B
INI

label live-@FLAVOUR@
menu label ^Live system (@FLAVOUR@)
menu default
linux @LINUX@
initrd @INITRD@
append @APPEND_LIVE@
label live-@FLAVOUR@-failsafe
menu label Live system (@FLAVOUR@ fail-safe mode)
linux @LINUX@
initrd @INITRD@
append @APPEND_LIVE_FAILSAFE@
label live-forensic
menu label Live system (@FLAVOUR@ ^forensic mode)
linux @LINUX@
initrd @INITRD@
append boot=live username=kali hostname=kali systemd.swap=no noautomount
label live-persistence
menu label Live system with ^USB persistence (check kali.org/prst)
linux @LINUX@
initrd @INITRD@
append boot=live username=kali hostname=kali persistence
label live-encrypted-persistence
menu label Live system with USB ^Encrypted persistence
linux @LINUX@
initrd @INITRD@
append boot=live persistent=cryptsetup persistence-encryption=luks username=kali hostname=kali persistence