mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-05 01:49:11 -07:00
60 lines
2.4 KiB
INI
60 lines
2.4 KiB
INI
|
include stdmenu.cfg
|
||
|
label mainmenu
|
||
|
menu label ^Back..
|
||
|
menu exit
|
||
|
|
||
|
label ^live
|
||
|
menu label ^Modalidad Live
|
||
|
menu default
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=es_ES.UTF-8 keyboard-layouts=es pkeys=es setxkbmap=es quiet splash apparmor=0
|
||
|
|
||
|
label text
|
||
|
menu label Terminal
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=es_ES.UTF-8 keyboard-layouts=es pkeys=es setxkbmap=es quiet splash systemd.unit=multi-user.target apparmor=0
|
||
|
|
||
|
label toram
|
||
|
menu label RAM mode
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=es_ES.UTF-8 keyboard-layouts=es pkeys=es setxkbmap=es quiet splash toram apparmor=0
|
||
|
|
||
|
label Persistence
|
||
|
menu label Moda'lidad Persistente (para establecer previamente)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=es_ES.UTF-8 keyboard-layouts=es pkeys=es setxkbmap=es quiet persistence apparmor=0
|
||
|
|
||
|
label live-encrypted-persistence
|
||
|
menu label Moda'lidad Persistente Cifrada (para establecer previamente)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live persistent=cryptsetup persistence-encryption=luks hostname=parrot locales=es_ES.UTF-8 keyboard-layouts=es pkeys=es setxkbmap=es quiet persistence apparmor=0
|
||
|
|
||
|
label Forensic
|
||
|
menu label Ana'lisis Forense (moda'lidad forense no invasiva)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot noswap noautomount locales=es_ES.UTF-8 keyboard-layouts=es pkeys=es setxkbmap=es apparmor=0
|
||
|
|
||
|
label Failsafe Nomodeset
|
||
|
menu label Moda'lidad Segura Nomodeset (por los errores de tarjeta de vi'deo)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=es_ES.UTF-8 keyboard-layouts=es pkeys=es setxkbmap=es nomodeset apparmor=0
|
||
|
|
||
|
label Failsafe gpu
|
||
|
menu label Moda'lidad Segura Nomodeset (por los errores de gpu nvidia/amd)
|
||
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
|
append boot=live hostname=parrot locales=es_ES.UTF-8 keyboard-layouts=es pkeys=es setxkbmap=es modprobe.blacklist=nouveau,nvidia,radeon,drm apparmor=0
|
||
|
|
||
|
label Failsafe2
|
||
|
menu label Moda'lidad Segura avanzada (prevencio'n de errores)
|
||
|
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=es_ES.UTF-8 keyboard-layouts=es pkeys=es setxkbmap=es apparmor=0
|