From 115339b63d25cb29a29d22bf3a46e847a7cdb51a Mon Sep 17 00:00:00 2001 From: Samuel Verschelde Date: Fri, 26 Jan 2024 16:40:52 +0100 Subject: [PATCH] xapi.conf: fix setting name for custom UEFI certs When the `override-uefi-certs` setting was renamed to `allow-custom-uefi-certs`, we forgot to update xapi.conf. Signed-off-by: Samuel Verschelde --- scripts/xapi.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/xapi.conf b/scripts/xapi.conf index 2f708e79891..46f859a8d42 100644 --- a/scripts/xapi.conf +++ b/scripts/xapi.conf @@ -81,9 +81,8 @@ igd-passthru-vendor-whitelist = 8086 # Allowlist of domain name pattern in binary-url and source-url in repository # repository-domain-name-allowlist = -# 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 = false +# Allow the use of custom UEFI certificates +# allow-custom-uefi-certs = false # Paths to utilities: ############################################