summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-01-16 12:58:07 +0100
committerDaniel Baumann <daniel@debian.org>2008-01-16 12:58:07 +0100
commitea91231cba31589fb2f1d240caffe2740e312bce (patch)
tree3fbab3e652e2ec870782831ef8dff94de4990b08
parent2576eed7315eee6122650168c61a849592da54f9 (diff)
downloadvyos-live-build-ea91231cba31589fb2f1d240caffe2740e312bce.tar.gz
vyos-live-build-ea91231cba31589fb2f1d240caffe2740e312bce.zip
Using ftp.us.debian.org rather than ftp.debian.org, see http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html.
-rwxr-xr-xfunctions/defaults.sh4
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/"
;;
*)