From 32036b6572cd680d09d05b570332bafad194f5a8 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 25 Oct 2023 16:36:37 +0200 Subject: [PATCH] Set default for Bootable= Let's not override the setting but just change the default so it can still be changed from the CLI. --- mkosi.conf.d/15-bootable.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.conf.d/15-bootable.conf b/mkosi.conf.d/15-bootable.conf index 35269a7d9..09e24f947 100644 --- a/mkosi.conf.d/15-bootable.conf +++ b/mkosi.conf.d/15-bootable.conf @@ -5,4 +5,4 @@ Format=|disk Format=|directory [Content] -Bootable=yes +@Bootable=yes -- 2.47.2