Imported 2.775

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2022-09-01 01:38:12 +00:00
parent 2619b533ce
commit 109a66a6e5
3 changed files with 21 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.775) kinetic; urgency=medium
[ Rudra Saraswat ]
* Add ubuntu-unity flavor support.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 31 Aug 2022 13:34:53 -0700
livecd-rootfs (2.774) kinetic; urgency=medium livecd-rootfs (2.774) kinetic; urgency=medium
* Remove modemmanager and udisks2 from cloud images in addition to fwupd. * Remove modemmanager and udisks2 from cloud images in addition to fwupd.

View File

@ -20,6 +20,7 @@ ALL_TRIPLETS="
kubuntu-dvd:: kubuntu-dvd::
kubuntu-plasma5:: kubuntu-plasma5::
lubuntu:: lubuntu::
ubuntu-unity::
mythbuntu:: mythbuntu::
ubuntu:: ubuntu::
ubuntu:canary: ubuntu:canary:

View File

@ -582,6 +582,10 @@ if [ "$PREINSTALLED" = "true" ]; then
add_package live oem-config-gtk ubiquity-frontend-gtk add_package live oem-config-gtk ubiquity-frontend-gtk
add_package live ubiquity-slideshow-ubuntu-mate add_package live ubiquity-slideshow-ubuntu-mate
;; ;;
ubuntu-unity)
add_package live oem-config-gtk ubiquity-frontend-gtk
add_package live ubiquity-slideshow-ubuntu
;;
ubuntu-server) ubuntu-server)
add_package live oem-config-debconf ubiquity-frontend-debconf add_package live oem-config-debconf ubiquity-frontend-debconf
;; ;;
@ -628,6 +632,9 @@ case $PROJECT in
ubuntu-mate*) ubuntu-mate*)
SEED=ubuntu-mate.$SUITE SEED=ubuntu-mate.$SUITE
;; ;;
ubuntu-unity*)
SEED=ubuntu-unity.$SUITE
;;
lubuntu*) lubuntu*)
SEED=lubuntu.$SUITE SEED=lubuntu.$SUITE
;; ;;
@ -816,6 +823,12 @@ case $PROJECT in
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
;; ;;
ubuntu-unity)
add_task install minimal standard
add_package install ubuntu-unity-desktop
COMPONENTS='main restricted universe multiverse'
;;
ubuntustudio-dvd) ubuntustudio-dvd)
add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'