Add new menu entry for forensic mode
parent
290c32daee
commit
e8451f7134
@ -0,0 +1,11 @@
|
|||||||
|
#!/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 config live-config.username=root hostname=kali noswap noautomount
|
||||||
|
END
|
||||||
|
|
Loading…
Reference in New Issue