From 98192da0b99a5d689c24e7d8c87c1a614fdaaeb8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 4 Mar 2012 21:05:37 +0100 Subject: Switching default bootstrap mirror from ftp.de.debian.org to ftp.debian.org, now that ftp.debian.org has upgraded hardware and bandwith. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}" ;; -- cgit v1.2.3