From: Luca Boccassi Date: Thu, 3 Jul 2025 12:50:12 +0000 (+0100) Subject: mkosi-vm: do not install bootloaders on non-UEFI arches X-Git-Tag: v26~180^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c803c44e02c7e62b7f5ceb44f05431378ee2e856;p=thirdparty%2Fmkosi.git mkosi-vm: do not install bootloaders on non-UEFI arches ‣ Cannot make image bootable on UEFI on ppc64-le architecture Can still boot with direct kernel booting on qemu, so disable for now --- diff --git a/mkosi/resources/mkosi-vm/mkosi.conf.d/bootloader.conf b/mkosi/resources/mkosi-vm/mkosi.conf.d/bootloader.conf new file mode 100644 index 000000000..2fd9dc328 --- /dev/null +++ b/mkosi/resources/mkosi-vm/mkosi.conf.d/bootloader.conf @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Match] +Architecture=!uefi + +[Content] +# Non-UEFI arches are not yet setup for bootloader support, +# but can still do direct boot in qemu +BiosBootloader=none +Bootloader=none