Removing dead code for bootstrap mirror defaults.

This commit is contained in:
Daniel Baumann 2010-01-22 10:39:28 +01:00
parent 0f33ac6ac4
commit bb12d73a8e
1 changed files with 1 additions and 9 deletions

View File

@ -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)