From 89148cde2dd82032fdd616d517ad8715c8b9b0c7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann 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 e45b38f63..698dc3435 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.2.3