diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-08 14:38:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-08 14:38:29 +0100 |
commit | 8d512aaa9bdf3b7ce90f048697e909c1fd84fae3 (patch) | |
tree | 70fe0cda1122f0f7a5dd136a0ce8b3d965061a3e | |
parent | 05b469de3faef6a0d400aff881c872a31c3cbe99 (diff) | |
download | jenkins.debian.net-8d512aaa9bdf3b7ce90f048697e909c1fd84fae3.tar.xz |
live-build: install task-(gnome|xfce)-desktop instead of (gnome|xfce4)
-rwxr-xr-x | bin/live-build.sh | 4 |
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 |