From 9866a32672180bab5e82bc63e190bddbb56ea8c4 Mon Sep 17 00:00:00 2001 From: Samuel Verschelde Date: Thu, 19 Oct 2023 17:40:04 +0200 Subject: [PATCH] xapi.conf: match the default value for override-uefi-certs The current commented value suggests that the default value is true, but the default is actually false. Signed-off-by: Samuel Verschelde --- scripts/xapi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xapi.conf b/scripts/xapi.conf index c727b071cf0..2f708e79891 100644 --- a/scripts/xapi.conf +++ b/scripts/xapi.conf @@ -83,7 +83,7 @@ igd-passthru-vendor-whitelist = 8086 # Override the default location of RPM-provided certificates in default_auth_dir (/usr/share/varstored) # to force use of customised UEFI certificates in varstore_dir (/var/lib/varstored) -# override-uefi-certs = true +# override-uefi-certs = false # Paths to utilities: ############################################