diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-04 16:13:56 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-04 16:13:56 +0100 |
commit | 77423f12b6f1395f9edbc0874479fc0aac8edac6 (patch) | |
tree | 8ae978e1bccef7ce298f99483387fbf1ac10e220 /userContent | |
parent | 2a630f2d85728d1953791a3d08d36cb527dfd733 (diff) | |
download | jenkins.debian.net-77423f12b6f1395f9edbc0874479fc0aac8edac6.tar.xz |
make debian-edu behave
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/debian-edu-wheezy-preseed.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/userContent/debian-edu-wheezy-preseed.cfg b/userContent/debian-edu-wheezy-preseed.cfg index 3461cd29..d8564389 100644 --- a/userContent/debian-edu-wheezy-preseed.cfg +++ b/userContent/debian-edu-wheezy-preseed.cfg @@ -327,7 +327,12 @@ 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. -#popularity-contest popularity-contest/participate boolean false +# FIXME: priority-critical is ignored (so we force no to popcon), this seems to be an oddity of debian-edu +# <h01ger> yet lxde-wheezy doenst hang at that question and priority=critical is used in both cases +# <h01ger> so it seems that critical prio is ignored by our installer +# <pere> if I remeber correctly, we change the priority during installation to work around the fact that tasksel wasn't preseedable. +# <pere> perhaps that changing interfere with the preseeding? anyway, just preseeding the value should work +popularity-contest popularity-contest/participate boolean false ### Finishing up the installation # During installations from serial console, the regular virtual consoles |