summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-09-08 20:44:49 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2010-09-08 20:44:49 +0200
commit6e981ad6ec029d6de9349a76d15f579c11cf45eb (patch)
treed4aa508602594c1d3170d0c0c91437340a966006 /auto
parentbe28c7bc17f0ae95cab11e583cc12aaaab4a9435 (diff)
downloadkanotix-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-xauto/config2
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