From e8f53aabdf49c6ad2b0c0a2ed6da593963bf0d1b Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Wed, 18 Nov 2020 00:05:46 +0000 Subject: [PATCH] disk-image.binary: however still build MBR image on amd64. It is used to derive vagrant and ec2 images. I do wonder, if those could be converted to derive from uefi one. --- live-build/ubuntu-cpc/hooks.d/base/disk-image.binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-cpc/hooks.d/base/disk-image.binary b/live-build/ubuntu-cpc/hooks.d/base/disk-image.binary index 01efe866..ed383109 100755 --- a/live-build/ubuntu-cpc/hooks.d/base/disk-image.binary +++ b/live-build/ubuntu-cpc/hooks.d/base/disk-image.binary @@ -27,7 +27,7 @@ case $ARCH:$SUBARCH in BOOTPART_END=138M BOOT_MOUNTPOINT=/boot/firmware ;; - amd64:*|arm64:*|armhf:*|riscv64:*) + arm64:*|armhf:*|riscv64:*) echo "We only create EFI images for $ARCH." exit 0 ;;