diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-09 15:07:44 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-09 15:07:44 +0100 |
commit | 831288f21d8d701b69e29787e5cb34a2614fcf1f (patch) | |
tree | c4c7d9a1bf4c52f8b1da7b9a19f1e73c0ef31c52 | |
parent | c4980c577b682ec9f1d3740084a7d3a379e62dcc (diff) | |
download | jenkins.debian.net-831288f21d8d701b69e29787e5cb34a2614fcf1f.tar.xz |
live-build: include education-desktop-mate instead of -kde into edu standalone
-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 e118b46d..014cf15b 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-kde >> config/package-lists/live.list.chroot + echo education-desktop-mate >> 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 |