summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-03-04 21:05:37 +0100
committerDaniel Baumann <daniel@debian.org>2012-03-04 21:05:37 +0100
commit98192da0b99a5d689c24e7d8c87c1a614fdaaeb8 (patch)
treefb644986f82399e1666eb6e2aa470db0f39c4fb6 /functions
parent36cd2a3efe609ccaacc291eb62fc7e02c3bac552 (diff)
downloadvyos-live-build-98192da0b99a5d689c24e7d8c87c1a614fdaaeb8.tar.gz
vyos-live-build-98192da0b99a5d689c24e7d8c87c1a614fdaaeb8.zip
Switching default bootstrap mirror from ftp.de.debian.org to ftp.debian.org, now that ftp.debian.org has upgraded hardware and bandwith.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 27b14d0c1..4d2fe4132 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -384,7 +384,7 @@ Set_defaults ()
# Setting mirror to fetch packages from
case "${LB_MODE}" in
debian)
- LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://ftp.de.debian.org/debian/}"
+ LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://ftp.debian.org/debian/}"
LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-${LB_MIRROR_BOOTSTRAP}}"
;;