You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
12 years ago
|
#!/bin/sh
|
||
|
|
||
|
cat >>binary/isolinux/live.cfg <<END
|
||
|
|
||
|
label live-forensic
|
||
12 years ago
|
menu label Live (^forensic mode)
|
||
12 years ago
|
linux /live/vmlinuz
|
||
|
initrd /live/initrd.img
|
||
12 years ago
|
append boot=live noconfig=sudo username=root hostname=kali noswap noautomount
|
||
12 years ago
|
END
|
||
|
|