diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2012-12-04 11:02:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-04 11:30:49 +0100 |
commit | 2a630f2d85728d1953791a3d08d36cb527dfd733 (patch) | |
tree | 507110b651928c5b2d3b7c8e47dbe85764e9db3a /userContent | |
parent | 2effca9e5767ed2e0932a5e51640cb98098237a1 (diff) | |
download | jenkins.debian.net-2a630f2d85728d1953791a3d08d36cb527dfd733.tar.xz |
Get profile question preseeding working for the Debian Edu test.
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/debian-edu-wheezy-preseed.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/userContent/debian-edu-wheezy-preseed.cfg b/userContent/debian-edu-wheezy-preseed.cfg index 4bbdce2d..3461cd29 100644 --- a/userContent/debian-edu-wheezy-preseed.cfg +++ b/userContent/debian-edu-wheezy-preseed.cfg @@ -303,7 +303,12 @@ d-i partman/confirm_nooverwrite boolean true # authentication. Warning: Insecure, not recommended. #d-i debian-installer/allow_unauthenticated boolean true +# Profile for debian-edu-install versions 1.519 - 1.528 +d-i debian-edu-install/profile-expert multiselect Workstation + +# Profile for debian-edu-install versions 0.1 - 1.518, 1.529 -> d-i debian-edu-install/profile multiselect Workstation + d-i debian-edu-install/confirm boolean true ### Package selection |