diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-02 17:39:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-02 17:39:48 +0100 |
commit | 6a836e92ebf27dec92f2e25a18f77a49e39f4db6 (patch) | |
tree | f70d6870121baa3685559126dbbbf0db260b8aa5 /userContent | |
parent | 9e5eb4dd9efec28830e3743082d021aed7d70ddf (diff) | |
download | jenkins.debian.net-6a836e92ebf27dec92f2e25a18f77a49e39f4db6.tar.xz |
preseed proxy and profile
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/debian-edu-wheezy-preseed.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/userContent/debian-edu-wheezy-preseed.cfg b/userContent/debian-edu-wheezy-preseed.cfg index e3fec275..3e64e251 100644 --- a/userContent/debian-edu-wheezy-preseed.cfg +++ b/userContent/debian-edu-wheezy-preseed.cfg @@ -82,9 +82,9 @@ d-i netcfg/wireless_wep string # 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.us.debian.org +d-i mirror/http/hostname string http.de.debian.org d-i mirror/http/directory string /debian -d-i mirror/http/proxy string +d-i mirror/http/proxy string http://10.0.2.2:3128/ # Suite to install. #d-i mirror/suite string testing @@ -299,6 +299,9 @@ d-i partman/confirm_nooverwrite boolean true # authentication. Warning: Insecure, not recommended. #d-i debian-installer/allow_unauthenticated boolean true +d-i debian-edu-install/profile multiselect Workstation +d-i debian-edu-install/confirm boolean true + ### Package selection #tasksel tasksel/first multiselect standard, web-server # If the desktop task is selected, install the kde and xfce desktops |