From 200e19a40d68df56bcc7a2435b5e545748cc84da Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 24 Jan 2015 13:24:34 +0100 Subject: live-build and lvc: also build debian-edu_jessie_workstation and use xfce for all debian-edu live images --- bin/live-build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/live-build.sh') 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 -- cgit v1.2.3-54-g00ecf