1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

man: some fixes

Addons are called addons, say so. And some other fixes.

(cherry picked from commit 40d9c16d1e)
This commit is contained in:
Lennart Poettering 2024-07-05 18:52:07 +02:00 committed by Luca Boccassi
parent bcda6d4637
commit 78fcf31f08

View File

@ -648,7 +648,7 @@ $ ukify -c ukify.conf build \
</example>
<example>
<title>Kernel command line auxiliary PE</title>
<title>Kernel command line PE addon</title>
<programlisting>ukify build \
--secureboot-private-key=sb.key \
@ -656,7 +656,7 @@ $ ukify -c ukify.conf build \
--cmdline='debug' \
--sbat='sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md
uki-addon.author,1,UKI Addon for System,uki-addon.author,1,https://www.freedesktop.org/software/systemd/man/systemd-stub.html'
--output=debug.cmdline
--output=debug.addon.efi
</programlisting>
<para>This creates a signed PE binary that contains the additional kernel command line parameter
@ -664,9 +664,9 @@ $ ukify -c ukify.conf build \
</example>
<example>
<title>Decide signing policy and create certificate and keys</title>
<title>Decide signing policy, and create certificate and keys</title>
<para>First, let's create an config file that specifies what signatures shall be made:</para>
<para>First, let's create a configuration file that specifies what signatures shall be made:</para>
<programlisting># cat >/etc/kernel/uki.conf &lt;&lt;EOF
<xi:include href="uki.conf.example" parse="text" />EOF</programlisting>