summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-05-20 19:20:27 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2012-05-20 19:20:27 +0200
commitdbaa9c33ea4c89a33f7af911b3c5f5a0c1935794 (patch)
tree9463f371a8c105bd1e64fe2c32a6a3f72a03a797 /auto
parentb2d2657bd25bccb45141384ff91198c232188e2f (diff)
downloadkanotix-dbaa9c33ea4c89a33f7af911b3c5f5a0c1935794.zip
kanotix-dbaa9c33ea4c89a33f7af911b3c5f5a0c1935794.tar.gz
Make sure config-arguments don't get overwritten by auto-configuration
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/config b/auto/config
index b96539b..7b9f07c 100755
--- a/auto/config
+++ b/auto/config
@@ -82,6 +82,9 @@ grep -wq -e opera <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" ope
grep -wq chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" chrome"
lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES" -p "$LB_PACKAGES_LISTS"
+# Make sure config-arguments don't get overwritten by auto-configuration
+lb config noauto "${@}"
+
# Fetch kanotix-scripts if necessary
mkdir -p config/chroot_local-includes/usr/local/bin
grep -oe '^[^ #]*' scripts.urls | wget -i- -N -q -P config/chroot_local-includes/usr/local/bin