pentest-distro-builder/modules/parrot-build/templates/common/includes.binary/isolinux/live.es.cfg
Kaj Forney 6a02a17902 Initial commit.
Former-commit-id: e62f136f3677cb73bfa2d22f9ff10e8c0745bcc3
2018-09-05 17:06:30 -06:00

59 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