diff options
author | Daniel Baumann <daniel@debian.org> | 2009-08-18 12:09:50 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:46 +0100 |
commit | d97d27071579921483f3f29b6c26f969efe6e6d2 (patch) | |
tree | 1f272343efda1902498feddff70bc5f8e199de73 | |
parent | ff4e057387fc93f782916384476c5dc7d6fc2349 (diff) | |
download | vyos-live-build-d97d27071579921483f3f29b6c26f969efe6e6d2.tar.gz vyos-live-build-d97d27071579921483f3f29b6c26f969efe6e6d2.zip |
Setting bootstrap mirror default to ftp.de.debian.org, ftp.us.debian.orgs is too unreliable (round-robin out of sync).
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 1009eb3cc..6fd3533c1 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -288,7 +288,7 @@ Set_defaults () debian|debian-release) case "${LH_ARCHITECTURE}" in amd64|i386) - LH_MIRROR_BOOTSTRAP="http://ftp.us.debian.org/debian/" + LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/" ;; *) |