summaryrefslogtreecommitdiffstats
path: root/config/hooks
diff options
context:
space:
mode:
authorLibravatar Unit 193 <unit193@ubuntu.com>2015-05-20 17:54:47 -0400
committerLibravatar Unit 193 <unit193@ubuntu.com>2015-05-20 17:54:47 -0400
commit830a5dce854892170e6ad3e8c78e2671b4de5d58 (patch)
tree53a821290ee88cd55df440bed299779550794743 /config/hooks
parent9d64e68bee44f55466af0aea2fe33cdb9b41918a (diff)
downloadxebian-lb-config-830a5dce854892170e6ad3e8c78e2671b4de5d58.tar.bz2
xebian-lb-config-830a5dce854892170e6ad3e8c78e2671b4de5d58.tar.xz
xebian-lb-config-830a5dce854892170e6ad3e8c78e2671b4de5d58.tar.zst
Remove noconfig=sudo everywhere else, add nocomponents=xfce4-panel a couple places, update username and hostname in persistence-menu.binary, and fix iso-scan/filename => findiso.
Diffstat (limited to 'config/hooks')
-rwxr-xr-xconfig/hooks/persistence-menu.binary4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hooks/persistence-menu.binary b/config/hooks/persistence-menu.binary
index a88f305..51801c4 100755
--- a/config/hooks/persistence-menu.binary
+++ b/config/hooks/persistence-menu.binary
@@ -6,13 +6,13 @@ 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
+ append boot=live nocomponents=xfce4-panel username=xubuntu hostname=xubuntu 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
+ append boot=live persistent=cryptsetup persistence-encryption=luks nocomponents=xfce4-panel username=xubuntu hostname=xubuntu persistence
END