diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-08 17:55:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-08 17:55:14 +0100 |
commit | d8d06762441dc05f959e3ec82444d19e6c88889d (patch) | |
tree | 804a5ce3cea61193f99ccafafaddb41aef9d82f0 | |
parent | 36a2037fccd9114688088dd31432c26dd5f99e05 (diff) | |
download | jenkins.debian.net-d8d06762441dc05f959e3ec82444d19e6c88889d.tar.xz |
live-build: also install education-laptop package for edu standalone
-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 |