diff options
-rwxr-xr-x | bin/live-build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/live-build.sh b/bin/live-build.sh index 46f6e6ec..3455a0c1 100755 --- a/bin/live-build.sh +++ b/bin/live-build.sh @@ -22,7 +22,8 @@ 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 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 ;; xfce) echo task-xfce-desktop >> config/package-lists/live.list.chroot |