Imported 2.778

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2022-09-14 19:41:26 +00:00
parent 30e2959c90
commit 545832172d
2 changed files with 14 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.778) kinetic; urgency=medium
[ Rudra Saraswat ]
* Add live packages to Ubuntu Unity config.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Wed, 14 Sep 2022 16:11:10 +0200
livecd-rootfs (2.777) kinetic; urgency=medium
* Rename FK_FORCE_CONTAINER into FK_FORCE as its role was extended to also

View File

@ -826,6 +826,13 @@ case $PROJECT in
ubuntu-unity)
add_task install minimal standard
add_package install 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+
COMPONENTS='main restricted universe multiverse'
;;