From d8d06762441dc05f959e3ec82444d19e6c88889d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 8 Jan 2015 17:55:14 +0100 Subject: live-build: also install education-laptop package for edu standalone --- 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 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 -- cgit v1.2.3-54-g00ecf