Removing dead code for bootstrap mirror defaults.
This commit is contained in:
parent
0f33ac6ac4
commit
bb12d73a8e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue