summaryrefslogtreecommitdiffstats
path: root/bin/live-build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-08 16:33:57 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-08 16:33:57 +0100
commit00332b3828e375ca506fcc622d41b043a318951f (patch)
treef8ad4c24b0c36bfa29436e49d380e7c0b8505328 /bin/live-build.sh
parentc7370bc884af9dd028d111b588f11d354f5c1946 (diff)
downloadjenkins.debian.net-00332b3828e375ca506fcc622d41b043a318951f.tar.xz
live-build: also install education-desktop-xfce for standalone profile
Diffstat (limited to 'bin/live-build.sh')
-rwxr-xr-xbin/live-build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/live-build.sh b/bin/live-build.sh
index 25cd76fb..46f6e6ec 100755
--- a/bin/live-build.sh
+++ b/bin/live-build.sh
@@ -21,7 +21,8 @@ trap cleanup_all INT TERM EXIT
lb config --distribution $2 --bootappend-live "boot=live config hostname=$1 username=$1"
case "$3" in
standalone) echo education-standalone >> config/package-lists/live.list.chroot
- ;;
+ echo education-desktop-xfce >> config/package-lists/live.list.chroot
+ ;;
gnome) echo task-gnome-desktop >> config/package-lists/live.list.chroot
;;
xfce) echo task-xfce-desktop >> config/package-lists/live.list.chroot