From b4028cf53c22e14f2572af92467a734414b33a63 Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Wed, 17 Apr 2024 09:56:07 -0400 Subject: [PATCH 1/2] Re-enable disk-image-uefi for armhf. (LP:#2062024) This reverts commit 4f51ff45 (fix: Remove UEFI booting armhf, 2024-03-12). --- live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary b/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary index 84fbf7ab..d4ec5f0c 100755 --- a/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary +++ b/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary @@ -1,7 +1,7 @@ #!/bin/bash -eux case $ARCH in - amd64|arm64|riscv64) + amd64|arm64|armhf|riscv64) ;; *) echo "We don't create EFI images for $ARCH." From 1de327d78a914db9a2e6b63054a3768a4397341c Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Wed, 17 Apr 2024 10:47:53 -0400 Subject: [PATCH 2/2] Update d/ch for version 24.04.63 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index df4fd657..11e7152e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (24.04.63) UNRELEASED; urgency=medium + + * Re-enable armhf disk-image-uefi building. (LP: #2062024) + This reverts commit 4f51ff45 (fix: Remove UEFI booting armhf, 2024-03-12). + + -- Simon Poirier Wed, 17 Apr 2024 10:07:11 -0400 + livecd-rootfs (24.04.62) noble; urgency=medium [ Steve Langasek ]