summaryrefslogtreecommitdiffstats
path: root/config/hooks
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-05-29 15:12:17 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-05-29 15:12:17 -0400
commitd925b68952cb030bf4931ee9c4ad56e5d619edaa (patch)
tree70673ccb6af508131ebedb5e1f335f11ebf60018 /config/hooks
parent27585270c72977fc0e7e0b3bf6e14e492e6d7209 (diff)
downloadxebian-lb-config-d925b68952cb030bf4931ee9c4ad56e5d619edaa.tar.bz2
xebian-lb-config-d925b68952cb030bf4931ee9c4ad56e5d619edaa.tar.xz
xebian-lb-config-d925b68952cb030bf4931ee9c4ad56e5d619edaa.tar.zst
Move all live-boot args to live.conf
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 457b4f9..6cc69c9 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 nocomponents=xfce4-panel username=xebian hostname=xebian persistence
+ append boot=live 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 nocomponents=xfce4-panel username=xebian hostname=xebian persistence
+ append boot=live persistent=cryptsetup persistence-encryption=luks persistence
END