From d97d27071579921483f3f29b6c26f969efe6e6d2 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Tue, 18 Aug 2009 12:09:50 +0200
Subject: Setting bootstrap mirror default to ftp.de.debian.org,
 ftp.us.debian.orgs is too unreliable (round-robin out of sync).

---
 functions/defaults.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 1009eb3..6fd3533 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/"
 						;;
 
 					*)
-- 
cgit v1.0