From caace43cb986229696d9c95caf3f56efb9ce85c4 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 6 Sep 2023 11:36:18 -0700 Subject: [PATCH] ubuntu-unity-live task exists, use it also instead of hard-coded list of packages. --- debian/changelog | 2 ++ live-build/auto/config | 8 +------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index d49ddc1f..11ae1996 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium * Don't hard-code addition of xterm package on xubuntu, it's in the task already. * Drop references to ubuntu-netbook, obsolete since Ubuntu 11.04. + * ubuntu-unity-live task exists, use it also instead of hard-coded list of + packages. -- Steve Langasek Wed, 06 Sep 2023 11:23:17 -0700 diff --git a/live-build/auto/config b/live-build/auto/config index 43bfbaf0..5b68d397 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -896,13 +896,7 @@ case $PROJECT in ubuntu-unity) add_task install minimal standard ubuntu-unity-desktop - # XXX: Adding live packages manually temporarily until we have - # the live task for ubuntu-unity set up properly. - add_package live metacity ubiquity-frontend-gtk - add_package live ubiquity-ubuntu-artwork ubiquity-slideshow-ubuntu - add_package live a11y-profile-manager - add_package live gparted cifs-utils - add_package live memtest86+ + LIVE_TASK=ubuntu-unity-live ;; ubuntustudio-dvd)