From: Daan De Meyer Date: Sat, 9 Sep 2023 08:15:46 +0000 (+0200) Subject: mkosi: Allow configuring whether to do secure boot and pcrs from CLI X-Git-Tag: v255-rc1~539 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e1441d796e30350e56cbcbf06e54312188e11b5;p=thirdparty%2Fsystemd.git mkosi: Allow configuring whether to do secure boot and pcrs from CLI --- diff --git a/mkosi.presets/system/mkosi.conf b/mkosi.presets/system/mkosi.conf index 58cd4939427..0cccf98fd86 100644 --- a/mkosi.presets/system/mkosi.conf +++ b/mkosi.presets/system/mkosi.conf @@ -47,5 +47,5 @@ Packages= BuildPackages= [Validation] -SecureBoot=yes -SignExpectedPcr=yes +@SecureBoot=yes +@SignExpectedPcr=yes