diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-20 19:20:27 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-20 19:20:27 +0200 |
commit | dbaa9c33ea4c89a33f7af911b3c5f5a0c1935794 (patch) | |
tree | 9463f371a8c105bd1e64fe2c32a6a3f72a03a797 /auto | |
parent | b2d2657bd25bccb45141384ff91198c232188e2f (diff) | |
download | kanotix-dbaa9c33ea4c89a33f7af911b3c5f5a0c1935794.zip kanotix-dbaa9c33ea4c89a33f7af911b3c5f5a0c1935794.tar.gz |
Make sure config-arguments don't get overwritten by auto-configuration
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 3 |
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 |