mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-25 09:45:25 -07:00
60 lines
2.3 KiB
INI
60 lines
2.3 KiB
INI
|
include stdmenu.cfg
|
||
|
label mainmenu
|
||
|
menu label ^Back..
|
||
|
menu exit
|
||
|
|
||
|
label ^live
|
||
|
menu label ^Modalita' live
|
||
|
menu default
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=it_IT.UTF-8 keyboard-layouts=it pkeys=it setxkbmap=it quiet splash components
|
||
|
|
||
|
label text
|
||
|
menu label ^Modalita' Terminale
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=it_IT.UTF-8 keyboard-layouts=it pkeys=it setxkbmap=it 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=it_IT.UTF-8 keyboard-layouts=it pkeys=it setxkbmap=it quiet splash toram components
|
||
|
|
||
|
label Persistence
|
||
|
menu label Persistenza
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=it_IT.UTF-8 keyboard-layouts=it pkeys=it setxkbmap=it quiet persistence components
|
||
|
|
||
|
label live-encrypted-persistence
|
||
|
menu label Persistenza Criptata
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live persistent=cryptsetup persistence-encryption=luks hostname=parrot locales=it_IT.UTF-8 keyboard-layouts=it pkeys=it setxkbmap=it quiet persistence components
|
||
|
|
||
|
label Forensics
|
||
|
menu label Analisi Forense
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot noswap noautomount locales=it_IT.UTF-8 keyboard-layouts=it pkeys=it setxkbmap=it components
|
||
|
|
||
|
label Failsafe Nomodeset
|
||
|
menu label Modalita' Sicura (nomodeset)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=it_IT.UTF-8 keyboard-layouts=it pkeys=it setxkbmap=it nomodeset components
|
||
|
|
||
|
label Failsafe gpu
|
||
|
menu label Modalita' Sicura (disabilita gpu nvidia/amd)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=it_IT.UTF-8 keyboard-layouts=it pkeys=it setxkbmap=it modprobe.blacklist=nouveau,nvidia,radeon,drm components
|
||
|
|
||
|
label Failsafe2
|
||
|
menu label Modalita' Sicura Avanzata (prevenzione errori)
|
||
|
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=it_IT.UTF-8 keyboard-layouts=it pkeys=it setxkbmap=it components
|