Parameterize and consolidate live image definitions for flavors using a common pattern

This commit is contained in:
Steve Langasek 2023-09-06 12:04:45 -07:00
parent 80d331ef9c
commit 5776828153
2 changed files with 5 additions and 8 deletions

2
debian/changelog vendored
View File

@ -11,6 +11,8 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium
* live-build/auto/config: various refactors to eliminate code duplication
* Drop references to ubuntu-dvd, obsolete after precise.
* Drop references to mythbuntu, obsolete after xenial.
* Parameterize and consolidate live image definitions for flavors using
a common pattern
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700

View File

@ -828,9 +828,9 @@ case $PROJECT in
esac
;;
ubuntu-gnome)
add_task install minimal standard ubuntu-gnome-desktop
LIVE_TASK='ubuntu-gnome-live'
ubuntu-gnome|ubuntu-unity)
add_task install minimal standard ${PROJECT}-desktop
LIVE_TASK=${PROJECT}-live
;;
ubuntu-budgie)
@ -885,11 +885,6 @@ case $PROJECT in
LIVE_TASK='ubuntu-mate-live'
;;
ubuntu-unity)
add_task install minimal standard ubuntu-unity-desktop
LIVE_TASK=ubuntu-unity-live
;;
ubuntustudio-dvd)
add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
case $ARCH in