diff options
-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 |