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.
|
#!/bin/sh
|
|
|
|
cat >>binary/isolinux/live.cfg <<END
|
|
|
|
label live-forensic
|
|
menu label Live (^forensic mode)
|
|
linux /live/vmlinuz
|
|
initrd /live/initrd.img
|
|
append boot=live noconfig=sudo username=root hostname=kali noswap noautomount
|
|
END
|
|
|