From: Daan De Meyer Date: Fri, 15 Dec 2023 14:38:41 +0000 (+0100) Subject: Set defaults for bootloaders X-Git-Tag: v20~58^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b9047e569bd8a2029ff2ee3aed8e63203137ef;p=thirdparty%2Fmkosi.git Set defaults for bootloaders For testing purposes we might want to override these. --- diff --git a/mkosi.conf b/mkosi.conf index f641a64ef..9f7a5553e 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -8,7 +8,7 @@ [Content] Autologin=yes -ShimBootloader=signed +@ShimBootloader=signed BuildSourcesEphemeral=yes Packages= diff --git a/mkosi.conf.d/15-x86-64.conf b/mkosi.conf.d/15-x86-64.conf index e997ac706..65b506a19 100644 --- a/mkosi.conf.d/15-x86-64.conf +++ b/mkosi.conf.d/15-x86-64.conf @@ -2,4 +2,4 @@ Architecture=x86-64 [Content] -BiosBootloader=grub +@BiosBootloader=grub