Skip to content

Commit

Permalink
Merge pull request aguslr#236 from pbirkants/fix-kali
Browse files Browse the repository at this point in the history
kali: Fix missing bootoptions
  • Loading branch information
aguslr authored Nov 27, 2018
2 parents 9d746d8 + 901d323 commit 97baa8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mbusb.d/kali.d/generic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ for isofile in $isopath/kali-linux-*.iso; do
}
menuentry "Live (forensic mode)" {
bootoptions="findiso=$iso_path boot=live components splash username=root hostname=kali noswap noautomount"
linux (loop)/live/vmlinuz
linux (loop)/live/vmlinuz $bootoptions
initrd (loop)/live/initrd.img
}
menuentry "Live USB Persistence (check kali.org/prst)" {
bootoptions="findiso=$iso_path boot=live noconfig=sudo username=root hostname=kali persistence"
linux (loop)/live/vmlinuz
linux (loop)/live/vmlinuz $bootoptions
initrd (loop)/live/initrd.img
}
menuentry "Live USB Encrypted Persistence (check kali.org/prst)" {
bootoptions="findiso=$iso_path boot=live persistent=cryptsetup persistence-encryption=luks noconfig=sudo username=root hostname=kali persistence"
linux (loop)/live/vmlinuz
linux (loop)/live/vmlinuz $bootoptions
initrd (loop)/live/initrd.img
}
}
Expand Down

0 comments on commit 97baa8e

Please sign in to comment.