From dbaa9c33ea4c89a33f7af911b3c5f5a0c1935794 Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Sun, 20 May 2012 19:20:27 +0200 Subject: Make sure config-arguments don't get overwritten by auto-configuration --- auto/config | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.0