diff options
author | Daniel Baumann <daniel@debian.org> | 2013-01-05 10:15:24 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-01-05 10:15:24 +0100 |
commit | 85373d23d8490943c701bc98d02de67f08576c7e (patch) | |
tree | b77ab65eb3e7eb02cd5ae279f0d5defa1fe8fa6c | |
parent | efb63542479b845aaaeda25ba945917fdd9c45c4 (diff) | |
download | vyos-live-build-85373d23d8490943c701bc98d02de67f08576c7e.tar.gz vyos-live-build-85373d23d8490943c701bc98d02de67f08576c7e.zip |
Updating mirror defaults to point to archive.debian.org.debian/1.0.6-2
-rwxr-xr-x | functions/defaults.sh | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 245bf205d..4b460298d 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -296,15 +296,7 @@ Set_defaults () then case "${LH_MODE}" in debian|debian-release) - case "${LH_ARCHITECTURE}" in - amd64|i386) - LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/" - ;; - - *) - LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/" - ;; - esac + LH_MIRROR_BOOTSTRAP="http://archive.debian.org/debian/" ;; emdebian) @@ -332,7 +324,7 @@ Set_defaults () then case "${LH_MODE}" in debian|debian-release) - LH_MIRROR_CHROOT_SECURITY="http://security.debian.org/" + LH_MIRROR_CHROOT_SECURITY="http://archive.debian.org/debian-security/" ;; emdebian) @@ -358,7 +350,7 @@ Set_defaults () then case "${LH_MODE}" in debian|debian-release) - LH_MIRROR_BINARY="http://cdn.debian.net/debian/" + LH_MIRROR_BINARY="http://archive.debian.org/debian/" ;; emdebian) @@ -384,7 +376,7 @@ Set_defaults () then case "${LH_MODE}" in debian|debian-release) - LH_MIRROR_BINARY_SECURITY="http://security.debian.org/" + LH_MIRROR_BINARY_SECURITY="http://archive.debian.org/debian-security/" ;; emdebian) |