From 8d512aaa9bdf3b7ce90f048697e909c1fd84fae3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 8 Jan 2015 14:38:29 +0100 Subject: live-build: install task-(gnome|xfce)-desktop instead of (gnome|xfce4) --- bin/live-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/live-build.sh') 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 -- cgit v1.2.3-54-g00ecf