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