diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-08 20:44:49 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-08 20:44:49 +0200 |
commit | 6e981ad6ec029d6de9349a76d15f579c11cf45eb (patch) | |
tree | d4aa508602594c1d3170d0c0c91437340a966006 /auto | |
parent | be28c7bc17f0ae95cab11e583cc12aaaab4a9435 (diff) | |
download | kanotix-6e981ad6ec029d6de9349a76d15f579c11cf45eb.zip kanotix-6e981ad6ec029d6de9349a76d15f579c11cf45eb.tar.gz |
added preseed for user-setup
added groups "dialout" and "fuse" as default for live-user.
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 5d813d5..fb81430 100755 --- a/auto/config +++ b/auto/config @@ -59,7 +59,7 @@ esac # Fetch kanotix-scripts if necessary mkdir -p config/chroot_local-includes/usr/local/bin -grep -oe '^[^ #]*' scripts.urls | wget -i- -c -N -q -P config/chroot_local-includes/usr/local/bin +grep -oe '^[^ #]*' scripts.urls | wget -i- -N -q -P config/chroot_local-includes/usr/local/bin chmod 755 config/chroot_local-includes/usr/local/bin/*.sh exit 1 |