diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2012-12-06 19:44:49 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-07 08:13:39 +0100 |
commit | fe5a9f417f93a0709031eea6e5ea21228b191079 (patch) | |
tree | ad4dffdb7478b48c6e04b45193eb9081ded881a6 /userContent/squeeze-test-debian-edu-standalone-preseed.cfg | |
parent | d1a60839f80849b4c0a68fb891a05eb9a17b9eb6 (diff) | |
download | jenkins.debian.net-fe5a9f417f93a0709031eea6e5ea21228b191079.tar.xz |
Fix mirror host name for the Debian Edu installations.
Use ftp.de.debian.org instead of the non-existing http.de.debian.org.
Diffstat (limited to 'userContent/squeeze-test-debian-edu-standalone-preseed.cfg')
-rw-r--r-- | userContent/squeeze-test-debian-edu-standalone-preseed.cfg | 2 |
1 files changed, 1 insertions, 1 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/ |