summaryrefslogtreecommitdiffstats
path: root/bin/live-build.sh
diff options
context:
space:
mode:
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