diff options
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 ;; |