diff options
-rw-r--r-- | userContent/squeeze-test-debian-edu-standalone-preseed.cfg | 2 | ||||
-rw-r--r-- | userContent/wheezy-debian-edu-workstation-preseed.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/userContent/squeeze-test-debian-edu-standalone-preseed.cfg b/userContent/squeeze-test-debian-edu-standalone-preseed.cfg index 3470c0f4..b10345be 100644 --- a/userContent/squeeze-test-debian-edu-standalone-preseed.cfg +++ b/userContent/squeeze-test-debian-edu-standalone-preseed.cfg @@ -86,7 +86,7 @@ d-i anna/choose_modules multiselect debian-edu-install-udeb: Execute # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string http.de.debian.org +d-i mirror/http/hostname string ftp.de.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.2:3128/ diff --git a/userContent/wheezy-debian-edu-workstation-preseed.cfg b/userContent/wheezy-debian-edu-workstation-preseed.cfg index f20561ae..284d1e13 100644 --- a/userContent/wheezy-debian-edu-workstation-preseed.cfg +++ b/userContent/wheezy-debian-edu-workstation-preseed.cfg @@ -86,7 +86,7 @@ d-i anna/choose_modules multiselect debian-edu-install-udeb: Execute # If you select ftp, the mirror/country string does not need to be set. #d-i mirror/protocol string ftp d-i mirror/country string manual -d-i mirror/http/hostname string http.de.debian.org +d-i mirror/http/hostname string ftp.de.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string http://10.0.2.2:3128/ |