From d468830880ba4ef09462e71e7a4b89765825ac47 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 24 Sep 2025 10:39:59 +0200 Subject: [PATCH] postmarketos: Don't make image BIOS bootable grub cannot be installed on postmarketos yet so don't try to make the default image bios bootable. --- mkosi.conf.d/x86-64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.conf.d/x86-64.conf b/mkosi.conf.d/x86-64.conf index 929fdb837..c9aaa5a51 100644 --- a/mkosi.conf.d/x86-64.conf +++ b/mkosi.conf.d/x86-64.conf @@ -2,6 +2,7 @@ [Match] Architecture=x86-64 +Distribution=!postmarketos [Content] BiosBootloader=grub -- 2.47.3