[debian-edu-commits] r80034 - branches/wheezy/debian-edu-config/share/debian-edu-config/tools
pere at alioth.debian.org
pere at alioth.debian.org
Thu May 9 14:23:22 UTC 2013
Author: pere
Date: 2013-05-09 14:23:22 +0000 (Thu, 09 May 2013)
New Revision: 80034
Modified:
branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless
Log:
Use DEBCONF_FRONTEND=noninteractive with tasksel, to see what is going on.
Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless 2013-05-09 11:45:47 UTC (rev 80033)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless 2013-05-09 14:23:22 UTC (rev 80034)
@@ -111,7 +111,7 @@
echo tasksel tasksel/desktop string "$DESKTOP"
) | debconf-set-selections
setup_tasksel_overrides
-DEBIAN_PRIORITY=critical tasksel --new-install
+DEBCONF_FRONTEND=noninteractive DEBIAN_PRIORITY=critical tasksel --new-install
remove_tasksel_overrides
# 5. Run cfengine to configure everything that could not be done using
More information about the debian-edu-commits
mailing list