From: Christopher Head Date: Thu, 11 Sep 2025 05:40:46 +0000 (-0700) Subject: ukify: fix backend/option applicability docs X-Git-Tag: v258~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fafe447dcdf13a61ef262f16015130b21453ef6a;p=thirdparty%2Fsystemd.git ukify: fix backend/option applicability docs The `SecureBootPrivateKey` and `SecureBootCertificate` options are used by the `systemd-sbsign` backend, not just the `sbsign` backend. --- diff --git a/man/ukify.xml b/man/ukify.xml index ae820b33e16..9262ae34b24 100644 --- a/man/ukify.xml +++ b/man/ukify.xml @@ -530,7 +530,8 @@ SigningEngine=/ or SigningProvider=/ option is used, this may also be an engine or provider specific designation. This option is required by - SecureBootSigningTool=sbsign/. + SecureBootSigningTool=sbsign/ and + SecureBootSigningTool=systemd-sbsign/. @@ -543,7 +544,8 @@ SigningEngine=/ or SigningProvider=/ option is used, this may also be an engine or provider specific designation. This option is required by - SecureBootSigningTool=sbsign/. + SecureBootSigningTool=sbsign/ and + SecureBootSigningTool=systemd-sbsign/.