summaryrefslogtreecommitdiffstats
path: root/bin/live-build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-09 13:55:31 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-09 13:55:31 +0100
commitc4980c577b682ec9f1d3740084a7d3a379e62dcc (patch)
treef3698e1e056dc3ba71376d8f13943ebfe26564ee /bin/live-build.sh
parentc2a458f1a90b7bd4d4c3148175e82b06efc9de29 (diff)
downloadjenkins.debian.net-c4980c577b682ec9f1d3740084a7d3a379e62dcc.tar.xz
live-build: include education-desktop-kde instead of -xfce into edu standalone
Diffstat (limited to 'bin/live-build.sh')
-rwxr-xr-xbin/live-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/live-build.sh b/bin/live-build.sh
index 8e9ceb6b..e118b46d 100755
--- a/bin/live-build.sh
+++ b/bin/live-build.sh
@@ -22,7 +22,7 @@ lb config --distribution $2 --bootappend-live "boot=live config hostname=$1 user
cp -rv /srv/jenkins/live/config .
case "$3" in
standalone) echo education-standalone >> config/package-lists/live.list.chroot
- echo education-desktop-xfce >> config/package-lists/live.list.chroot
+ echo education-desktop-kde >> config/package-lists/live.list.chroot
echo education-laptop >> config/package-lists/live.list.chroot
;;
gnome) echo task-gnome-desktop >> config/package-lists/live.list.chroot