Imported 23.10.9

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2023-08-03 02:51:08 +00:00
parent 2149b61789
commit 7957d1d010
2 changed files with 13 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (23.10.9) mantic; urgency=medium
* desktop, budgie: no need to include the kernel directly, it is installed
at runtime (LP: #2026225)
-- Dan Bungert <daniel.bungert@canonical.com> Wed, 02 Aug 2023 13:16:00 -0600
livecd-rootfs (23.10.8) mantic; urgency=medium
[ Heinrich Schuchardt ]

View File

@ -784,7 +784,9 @@ case $PROJECT in
*)
touch config/universe-enabled
PASSES_TO_LAYERS="true"
KERNEL_FLAVOURS='generic-hwe-22.04'
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
KERNEL_FLAVOURS=none
BINARY_REMOVE_LINUX=false
add_task minimal minimal standard ubuntu-desktop-minimal ubuntu-desktop-minimal-default-languages
add_task minimal.standard ubuntu-desktop ubuntu-desktop-default-languages
add_task minimal.standard.live ubuntu-live
@ -921,7 +923,9 @@ case $PROJECT in
*)
# By default Ubuntu Budgie now ships the new installer.
PASSES_TO_LAYERS="true"
KERNEL_FLAVOURS='generic-hwe-22.04'
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
KERNEL_FLAVOURS=none
BINARY_REMOVE_LINUX=false
add_task minimal minimal standard ubuntu-budgie-desktop-minimal ubuntu-budgie-desktop-minimal-default-languages
add_task minimal.standard ubuntu-budgie-desktop ubuntu-budgie-desktop-default-languages
add_task minimal.standard.live ubuntu-budgie-live