diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-09 13:55:31 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-09 13:55:31 +0100 |
commit | c4980c577b682ec9f1d3740084a7d3a379e62dcc (patch) | |
tree | f3698e1e056dc3ba71376d8f13943ebfe26564ee /bin | |
parent | c2a458f1a90b7bd4d4c3148175e82b06efc9de29 (diff) | |
download | jenkins.debian.net-c4980c577b682ec9f1d3740084a7d3a379e62dcc.tar.xz |
live-build: include education-desktop-kde instead of -xfce into edu standalone
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/live-build.sh | 2 |
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 |