summaryrefslogtreecommitdiffstats
path: root/bin/live-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/live-build.sh')
-rwxr-xr-xbin/live-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/live-build.sh b/bin/live-build.sh
index 8b1129c8..25cd76fb 100755
--- a/bin/live-build.sh
+++ b/bin/live-build.sh
@@ -22,9 +22,9 @@ lb config --distribution $2 --bootappend-live "boot=live config hostname=$1 user
case "$3" in
standalone) echo education-standalone >> config/package-lists/live.list.chroot
;;
- gnome) echo gnome >> config/package-lists/live.list.chroot
+ gnome) echo task-gnome-desktop >> config/package-lists/live.list.chroot
;;
- xfce) echo xfce4 >> config/package-lists/live.list.chroot
+ xfce) echo task-xfce-desktop >> config/package-lists/live.list.chroot
;;
*) ;;
esac