diff options
author | Daniel Baumann <daniel@debian.org> | 2008-01-16 12:58:07 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:35:50 +0100 |
commit | 86da6b8fa1658a7e5799de2da667c1ae0a3fdd85 (patch) | |
tree | 3fbab3e652e2ec870782831ef8dff94de4990b08 /functions | |
parent | 324621f3f4dd8c5b9c6fa818f67b44e45ad26663 (diff) | |
download | vyos-live-build-86da6b8fa1658a7e5799de2da667c1ae0a3fdd85.tar.gz vyos-live-build-86da6b8fa1658a7e5799de2da667c1ae0a3fdd85.zip |
Using ftp.us.debian.org rather than ftp.debian.org, see http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index e86163b95..38b948e44 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -259,7 +259,7 @@ Set_defaults () debian) case "${LH_ARCHITECTURE}" in amd64|i386) - LH_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/" + LH_MIRROR_BOOTSTRAP="http://ftp.us.debian.org/debian/" ;; *) @@ -287,7 +287,7 @@ Set_defaults () debian) case "${LH_ARCHITECTURE}" in amd64|i386) - LH_MIRROR_BINARY="http://ftp.debian.org/debian/" + LH_MIRROR_BINARY="http://ftp.us.debian.org/debian/" ;; *) |