parent
20d0a2798f
commit
8f1dfe5cf1
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat >>binary/isolinux/live.cfg <<END
|
||||
|
||||
label live-persistence
|
||||
menu label ^Live USB Persistence (check kali.org/prst)
|
||||
linux /live/vmlinuz
|
||||
initrd /live/initrd.img
|
||||
append boot=live noconfig=sudo username=root hostname=kali persistence
|
||||
|
||||
label live-encrypted-persistence
|
||||
menu label ^Live USB Encrypted Persistence (check kali.org/prst)
|
||||
linux /live/vmlinuz
|
||||
initrd /live/initrd.img
|
||||
append boot=live persistent=cryptsetup persistence-encryption=luks noconfig=sudo username=root hostname=kali persistence
|
||||
|
||||
END
|
||||
|
Loading…
Reference in New Issue