diff options
author | Holger Paradies <retabell@gmx.de> | 2019-03-31 10:59:24 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-03-31 12:29:08 +0200 |
commit | 11d325a915d5b24c58f1b9892c0d84a7bdae3ffc (patch) | |
tree | 9be8eb0c1c307ce9329496f7d03f8ab3070a843e /auto/config | |
parent | 1a2df239493ccc0df6e739a2c1d34ce90c34d20e (diff) | |
download | kanotix-11d325a915d5b24c58f1b9892c0d84a7bdae3ffc.zip kanotix-11d325a915d5b24c58f1b9892c0d84a7bdae3ffc.tar.gz |
use archive.debian.org
ftp.de.debian.org there is no debian-archive wheezy present
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/config b/auto/config index 19bb150..e9c4634 100755 --- a/auto/config +++ b/auto/config @@ -134,8 +134,8 @@ chmod 755 config/chroot_local-includes/usr/local/bin/*sh || : case "$LB_DISTRIBUTION" in wheezy) - MIRROR_CHROOT=http://ftp.de.debian.org/debian-archive/debian - MIRROR_BINARY=http://ftp.de.debian.org/debian-archive/debian + MIRROR_CHROOT=http://archive.debian.org/debian + MIRROR_BINARY=http://archive.debian.org/debian MIRROR_CHROOT_SECURITY=http://security.debian.org/ MIRROR_BINARY_SECURITY=http://security.debian.org/ MIRROR_BOOTSTRAP="$MIRROR_CHROOT" |