From 7c51e152f1915d35ad7e355611af30107542c7c1 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 6 Sep 2023 11:26:58 -0700 Subject: [PATCH] ubuntucinnamon-live task has existed for a while now, use it instead of hard-coded list of packages. --- debian/changelog | 2 ++ live-build/auto/config | 9 +-------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 22c50d7b..d0bfa5a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium * Drop references to kubuntu-plasma5, obsolete since wily + * ubuntucinnamon-live task has existed for a while now, use it 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 04d6a668..c0d02eb3 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -805,14 +805,7 @@ case $PROJECT in ubuntucinnamon) add_task install minimal standard ubuntucinnamon-desktop - # XXX: Adding live packages manually temporarily until we have - # the live task for ubuntucinnamon set up properly. - add_package live ubiquity-frontend-gtk - add_package live ubiquity-ubuntu-artwork ubiquity-slideshow-ubuntu - add_package live gtk-im-libthai ibus-hangul ibus-mozc ibus-unikey - add_package live zfsutils-linux zfs-initramfs zsys - add_package live sssd realmd adcli - add_package live gparted cifs-utils + LIVE_TASK=ubuntucinnamon-live KERNEL_FLAVOURS=generic ;;