Imported 23.10.49 from mantic-release pocket.

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2023-09-28 13:51:10 +00:00
parent 9e031f1506
commit f770ab5d83
2 changed files with 8 additions and 4 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (23.10.49) mantic; urgency=medium
[ Phil Roche ]
* fix: arm64 flash-kernel removal from ubuntu-cpc project cloud images
(LP: #2037074)
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 27 Sep 2023 22:37:45 -0700
livecd-rootfs (23.10.48) mantic; urgency=medium
[ Dimitri John Ledkov ]

View File

@ -1057,11 +1057,7 @@ case $PROJECT in
*+raspi)
add_task install ubuntu-server-raspi
;;
armhf*)
add_package install flash-kernel
;;
arm64*)
add_package install flash-kernel
if [ "${SUBARCH:-}" = "generic" ]; then
KERNEL_FLAVOURS=generic
fi