pentest-distro-builder/modules/parrot-build/templates/common/includes.binary/isolinux/live.de.cfg
2020-01-29 16:45:43 -07:00

59 lines
2.2 KiB
INI

include stdmenu.cfg
label mainmenu
menu label ^Back..
menu exit
label ^live
menu label ^Live
menu default
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live hostname=parrot locales=de_DE.UTF-8 keyboard-layouts=de pkeys=de setxkbmap=de quiet splash components
label Terminal
menu label Terminal mode
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live hostname=parrot locales=de_DE.UTF-8 keyboard-layouts=de pkeys=de setxkbmap=de quiet splash systemd.unit=multi-user.target components
label toram
menu label RAM mode
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live hostname=parrot locales=de_DE.UTF-8 keyboard-layouts=de pkeys=de setxkbmap=de quiet splash toram components
label Persistence
menu label Live with persistence
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live hostname=parrot locales=de_DE.UTF-8 keyboard-layouts=de pkeys=de setxkbmap=de quiet persistence components
label live-encrypted-persistence
menu label Live with Encrypted persistence
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live persistent=cryptsetup persistence-encryption=luks hostname=parrot locales=de_DE.UTF-8 keyboard-layouts=de pkeys=de setxkbmap=de quiet persistence components
label Forensics
menu label Forensics
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live hostname=parrot noswap noautomount locales=de_DE.UTF-8 keyboard-layouts=de pkeys=de setxkbmap=de components
label Failsafe Nomodeset
menu label Failsafe (Nomodeset)
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live hostname=parrot locales=de_DE.UTF-8 keyboard-layouts=de pkeys=de setxkbmap=de nomodeset components
label Failsafe gpu
menu label Failsafe (disable nvidia/amd gpu)
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live hostname=parrot locales=de_DE.UTF-8 keyboard-layouts=de pkeys=de setxkbmap=de modprobe.blacklist=nouveau,nvidia,radeon,drm components
label Failsafe2
menu label Failsafe (prevent errors)
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal hostname=parrot locales=de_DE.UTF-8 keyboard-layouts=de pkeys=de setxkbmap=de components