[neon/infrastructure/pangea-data] imager: BOOTLOADERS=grub-efi FOR ARM64
Carlos De Maine
null at kde.org
Thu Jun 18 04:40:54 BST 2026
Git commit 73f65440ca04381652ea2151c62d357f9999d49e by Carlos De Maine.
Committed on 18/06/2026 at 03:40.
Pushed by carlosdem into branch 'master'.
BOOTLOADERS=grub-efi FOR ARM64
M +2 -1 imager/ubuntu-defaults-image
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/73f65440ca04381652ea2151c62d357f9999d49e
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index 5ca2928..7c34b44 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -227,7 +227,8 @@ case $ARCH in
*arm64)
SUITE="$SUITE" PROJECT="$FLAVOR" ARCH="$ARCH" LB_ARCHITECTURES="$ARCH" LB_BUILD_ARCH="$ARCH" \
LB_MIRROR_BOOTSTRAP="$MIRROR" LB_MIRROR_CHROOT_SECURITY="$SECURITY_MIRROR" \
- IMAGEFORMAT=squashfs BINARYFORMAT=iso-hybrid ISOHYBRID_OPTIONS="--efi" lb config
+ IMAGEFORMAT=squashfs BINARYFORMAT=iso-hybrid ISOHYBRID_OPTIONS="--efi" \
+ BOOTLOADERS=grub-efi lb config
;;
esac
More information about the Neon-commits
mailing list