summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2013-01-30 23:53:18 +0100
committerHolger Levsen <holger@layer-acht.org>2013-01-31 10:49:31 +0100
commit129cd7ee3a8969ba3b8c44e2638c138cb2131937 (patch)
tree607ecbbbc4f01ecc3f86e4a6e5a5c0994a06d051 /bin
parent0f2e7abe22496dababa6faf373a29124d353f0b2 (diff)
downloadjenkins.debian.net-129cd7ee3a8969ba3b8c44e2638c138cb2131937.tar.xz
Fix typo trimming the kernel arguments for debian-edu installs.
Diffstat (limited to 'bin')
-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 61d167ad..ee222b6c 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="$EXTRA_APPEND desktop=kde DEBCONF_DEBUG=developer" # FIXME: this shall become more conditional...
;;
*) ;;
esac