diff options
author | Holger Paradies <retabell@gmx.de> | 2019-03-31 10:40:36 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-03-31 12:29:08 +0200 |
commit | 1a2df239493ccc0df6e739a2c1d34ce90c34d20e (patch) | |
tree | 351482f1da61073a3fbadaa29700bf9fb59adaee /auto/config | |
parent | 3262253e5a80cdd265bf35691c2daaa75c8a20fd (diff) | |
download | kanotix-1a2df239493ccc0df6e739a2c1d34ce90c34d20e.zip kanotix-1a2df239493ccc0df6e739a2c1d34ce90c34d20e.tar.gz |
wheezy archive add parent-mirror
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/config b/auto/config index e8387f4..19bb150 100755 --- a/auto/config +++ b/auto/config @@ -141,9 +141,12 @@ wheezy) MIRROR_BOOTSTRAP="$MIRROR_CHROOT" lb config noauto \ --mirror-bootstrap ${MIRROR_BOOTSTRAP} \ + --parent-mirror-bootstrap ${MIRROR_BOOTSTRAP} \ --mirror-chroot ${MIRROR_CHROOT} \ + --parent-mirror-chroot ${MIRROR_CHROOT} \ --mirror-chroot-security ${MIRROR_CHROOT_SECURITY} \ --mirror-binary ${MIRROR_BINARY} \ + --parent-mirror-binary ${MIRROR_BINARY} \ --mirror-binary-security ${MIRROR_BINARY_SECURITY} \ --updates false ;; |