diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-02 18:31:12 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-02 18:31:12 +0100 |
commit | 1e221a2be5d85579166365828a1368d569d23d90 (patch) | |
tree | 80f46f8444527a468e292e3b3729b004e4042e88 /userContent | |
parent | 171316b037b4000ff02cc2e5b75550cd2b826f5a (diff) | |
download | jenkins.debian.net-1e221a2be5d85579166365828a1368d569d23d90.tar.xz |
try harder to get edu + plugins working
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/debian-edu-wheezy-preseed.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/userContent/debian-edu-wheezy-preseed.cfg b/userContent/debian-edu-wheezy-preseed.cfg index 6fbacc6c..c4151be4 100644 --- a/userContent/debian-edu-wheezy-preseed.cfg +++ b/userContent/debian-edu-wheezy-preseed.cfg @@ -74,6 +74,10 @@ d-i netcfg/wireless_wep string # component for remote installation over SSH. This only makes sense if you # intend to perform the remainder of the installation manually. #d-i anna/choose_modules string network-console + +# Enable the Debian Edu installer overrides +d-i anna/choose_modules multiselect debian-edu-install-udeb: Execute Debian-Edu debian-installer profile + #d-i network-console/authorized_keys_url string http://10.0.0.1/openssh-key #d-i network-console/password password r00tme #d-i network-console/password-again password r00tme |