ubuntucinnamon-live task has existed for a while now, use it instead of hard-coded list of packages.

This commit is contained in:
Steve Langasek 2023-09-06 11:26:58 -07:00
parent abc60bc135
commit 7c51e152f1
2 changed files with 3 additions and 8 deletions

2
debian/changelog vendored
View File

@ -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 <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700

View File

@ -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
;;