From bb12d73a8eb62feeee0c5f42a03c30f16e57a1c8 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Fri, 22 Jan 2010 10:39:28 +0100
Subject: Removing dead code for bootstrap mirror defaults.

---
 functions/defaults.sh | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/functions/defaults.sh b/functions/defaults.sh
index e45b38f..698dc34 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -284,15 +284,7 @@ Set_defaults ()
 	then
 		case "${LH_MODE}" in
 			debian|debian-release)
-				case "${LH_ARCHITECTURE}" in
-					amd64|i386)
-						LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
-						;;
-
-					*)
-						LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
-						;;
-				esac
+				LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/"
 				;;
 
 			emdebian)
-- 
cgit v1.0