diff options
author | 2015-05-20 17:54:47 -0400 | |
---|---|---|
committer | 2015-05-20 17:54:47 -0400 | |
commit | 830a5dce854892170e6ad3e8c78e2671b4de5d58 (patch) | |
tree | 53a821290ee88cd55df440bed299779550794743 /auto/config | |
parent | 9d64e68bee44f55466af0aea2fe33cdb9b41918a (diff) | |
download | xebian-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 'auto/config')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index f3d918f..68c33ff 100755 --- a/auto/config +++ b/auto/config @@ -75,6 +75,6 @@ lb config noauto \ --iso-publisher "Unit 193" \ --iso-volume "Xubuntu Live" \ --linux-packages linux-image \ - --bootappend-live "boot=live nocomponents=xfce4-panel noconfig=sudo username=xubuntu hostname=xubuntu" \ + --bootappend-live "boot=live nocomponents=xfce4-panel username=xubuntu hostname=xubuntu" \ $lb_opts \ "$@" |