diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-24 13:24:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-24 13:24:34 +0100 |
commit | 200e19a40d68df56bcc7a2435b5e545748cc84da (patch) | |
tree | b157f04a117588e2a21bc6527d8ae39d0567219e /bin | |
parent | 1f3cacc6bf14171909cf5c99fb9376722237c032 (diff) | |
download | jenkins.debian.net-200e19a40d68df56bcc7a2435b5e545748cc84da.tar.xz |
live-build and lvc: also build debian-edu_jessie_workstation and use xfce for all debian-edu live images
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/live-build.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/live-build.sh b/bin/live-build.sh index 014cf15b..3082db69 100755 --- a/bin/live-build.sh +++ b/bin/live-build.sh @@ -22,7 +22,11 @@ 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-mate >> config/package-lists/live.list.chroot + echo education-desktop-xfce >> config/package-lists/live.list.chroot + echo education-laptop >> config/package-lists/live.list.chroot + ;; + workstation) echo education-workstation >> config/package-lists/live.list.chroot + echo education-desktop-xfce >> 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 |