From 00332b3828e375ca506fcc622d41b043a318951f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 8 Jan 2015 16:33:57 +0100 Subject: live-build: also install education-desktop-xfce for standalone profile --- bin/live-build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/live-build.sh') 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 -- cgit v1.2.3-54-g00ecf