From f770ab5d832777b9992a06a74824b59b5e1a976a Mon Sep 17 00:00:00 2001 From: CloudBuilder Date: Thu, 28 Sep 2023 13:51:10 +0000 Subject: [PATCH] Imported 23.10.49 from mantic-release pocket. No reason for CPC update specified. --- debian/changelog | 8 ++++++++ live-build/auto/config | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3e7c645c..e0c6af89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 27 Sep 2023 22:37:45 -0700 + livecd-rootfs (23.10.48) mantic; urgency=medium [ Dimitri John Ledkov ] diff --git a/live-build/auto/config b/live-build/auto/config index dac739e6..f90611d7 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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