summaryrefslogtreecommitdiffstats
path: root/bin/live-build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-08 17:55:14 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-08 17:55:14 +0100
commitd8d06762441dc05f959e3ec82444d19e6c88889d (patch)
tree804a5ce3cea61193f99ccafafaddb41aef9d82f0 /bin/live-build.sh
parent36a2037fccd9114688088dd31432c26dd5f99e05 (diff)
downloadjenkins.debian.net-d8d06762441dc05f959e3ec82444d19e6c88889d.tar.xz
live-build: also install education-laptop package for edu standalone
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 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