diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2013-01-29 23:03:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-30 13:39:19 +0100 |
commit | c62c9fb262a0b2a53551a37f95f27f883cdcac82 (patch) | |
tree | 101d663830aca9fc7f78ea2231fb2e650f74daa2 | |
parent | c625a2492d6d96b2c748af6a507583885e0bc62b (diff) | |
download | jenkins.debian.net-c62c9fb262a0b2a53551a37f95f27f883cdcac82.tar.xz |
Make sure the default desktop for debian_edu installs is KDE, like the default on the CD and DVD.
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 3065de70..a9a9e6b6 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -172,7 +172,7 @@ bootstrap_system() { EXTRA_APPEND="$EXTRA_APPEND theme=dark" ;; debian-edu_*) - EXTRA_APPEND="DEBCONF_DEBUG=developer" # FIXME: this shall become more conditional... + EXTRA_APPEND="DESKTOP=kde DEBCONF_DEBUG=developer" # FIXME: this shall become more conditional... ;; *) ;; esac |