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 ] 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."