[debian-edu-commits] r80030 - branches/wheezy/debian-edu-config/share/debian-edu-config/tools
pere at alioth.debian.org
pere at alioth.debian.org
Wed May 8 17:56:51 UTC 2013
Author: pere
Date: 2013-05-08 17:56:51 +0000 (Wed, 08 May 2013)
New Revision: 80030
Modified:
branches/wheezy/debian-edu-config/share/debian-edu-config/tools/bless-debian
Log:
Specify desktop type (kde/gnome/lxde) in bless-debian.
Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/bless-debian
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/bless-debian 2013-05-08 17:49:55 UTC (rev 80029)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/bless-debian 2013-05-08 17:56:51 UTC (rev 80030)
@@ -15,6 +15,10 @@
# Install with these settings
PROFILE="Workstation"
+# Desktop environment to use. Can include several comma separated values.
+# Valid values are currently kde, gnome, lxde
+DESKTOP="kde"
+
# Use norwegian bokmål if no language is set in the host system
if [ -z "$LANG" ] ; then
LANG="nb_NO.UTF-8"
@@ -102,8 +106,10 @@
# 4. Run tasksel to install packages according to the profile
# specified in the config above, overriding some of the Debian
# automation machinery.
-echo debian-edu-install debian-edu-install/profile multiselect "$PROFILE" | \
- debconf-set-selections
+(
+ echo debian-edu-install debian-edu-install/profile multiselect "$PROFILE"
+ echo tasksel tasksel/desktop string "$DESKTOP"
+) | debconf-set-selections
setup_tasksel_overrides
DEBIAN_PRIORITY=critical tasksel --new-install
remove_tasksel_overrides
More information about the debian-edu-commits
mailing list