summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2013-01-30 22:59:44 +0100
committerHolger Levsen <holger@layer-acht.org>2013-01-31 10:49:29 +0100
commit6fc3dc12f54bb7432c18b2ea677a5e0a28f3205a (patch)
tree27bfb9e7c83625b43328ec18d5679a0ee99cd640
parentc62c9fb262a0b2a53551a37f95f27f883cdcac82 (diff)
downloadjenkins.debian.net-6fc3dc12f54bb7432c18b2ea677a5e0a28f3205a.tar.xz
Correct KDE desktop preseeding.
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index a9a9e6b6..61d167ad 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="DESKTOP=kde DEBCONF_DEBUG=developer" # FIXME: this shall become more conditional...
+ EXTRA_APPEND="desktop=kde DEBCONF_DEBUG=developer" # FIXME: this shall become more conditional...
;;
*) ;;
esac