diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-05 00:14:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-05 00:14:28 +0100 |
commit | c957558f3291535e31e56cae3ac7b90c31430984 (patch) | |
tree | 4ca380c2d2e981a7797de3aaf57ed60e9429c802 /userContent | |
parent | 006bd291710226fe95cfd21248bc9634a4b42eb6 (diff) | |
download | jenkins.debian.net-c957558f3291535e31e56cae3ac7b90c31430984.tar.xz |
explain why there is a special popcon template for debian-edu
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/debian-edu-wheezy-preseed.cfg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/userContent/debian-edu-wheezy-preseed.cfg b/userContent/debian-edu-wheezy-preseed.cfg index 31ffb852..f20561ae 100644 --- a/userContent/debian-edu-wheezy-preseed.cfg +++ b/userContent/debian-edu-wheezy-preseed.cfg @@ -327,7 +327,7 @@ d-i debian-edu-install/confirm boolean true # installed, and what software you use. The default is not to report back, # but sending reports helps the project determine what software is most # popular and include it on CDs. -d-i debian-edu-install/participate-popcon boolean false +#popularity-contest popularity-contest/participate boolean false ### Finishing up the installation # During installations from serial console, the regular virtual consoles @@ -385,6 +385,12 @@ d-i debian-installer/exit/poweroff boolean true # edu specific settings # +# the popcon question needs special preseeding as the template +# being shown is the one in debian-edu-install, which is copied from +# popularity-contest to ensure all questions show up before packages are +# downloaded. +d-i debian-edu-install/participate-popcon boolean false + # Tell LTSP to not use the CDROM, but a HTTP mirror d-i ltsp-client-builder/use_cdrom boolean false d-i ltsp-client-builder/build-client-opts string --mirror http://ftp.skolelinux.org/debian --dist squeeze |