[neon/infrastructure/pangea-data] imager: change arm64 to --efi isohybrid
Carlos De Maine
null at kde.org
Wed Aug 28 00:50:41 BST 2024
Git commit bd2f94723a7810748ee55fcd6cd369fbd092dffd by Carlos De Maine.
Committed on 27/08/2024 at 23:50.
Pushed by carlosdem into branch 'master'.
change arm64 to --efi isohybrid
M +1 -1 imager/ubuntu-defaults-image
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/bd2f94723a7810748ee55fcd6cd369fbd092dffd
diff --git a/imager/ubuntu-defaults-image b/imager/ubuntu-defaults-image
index f0b77a4..57aee72 100755
--- a/imager/ubuntu-defaults-image
+++ b/imager/ubuntu-defaults-image
@@ -227,7 +227,7 @@ 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 lb config
+ IMAGEFORMAT=squashfs BINARYFORMAT=iso-hybrid ISOHYBRID_OPTIONS="--efi" lb config
;;
esac
More information about the Neon-commits
mailing list