summaryrefslogtreecommitdiff
path: root/man/systemd-repart.xml
diff options
context:
space:
mode:
authorPyfisch <pyfisch@posteo.org>2022-10-14 20:43:16 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-10-14 22:00:43 +0200
commitba4a5eff6e924dbea5a15255ce63d8b985d1fa8a (patch)
treea9f038f503098d51518c0598ffea77b477646bcc /man/systemd-repart.xml
parent924a329a005bc10a56b95a877e41032a4c13d657 (diff)
downloadsystemd-ba4a5eff6e924dbea5a15255ce63d8b985d1fa8a.tar.gz
Document two systemd-repart options in man page
Note --private-key and --certificate options for configuring verity signature partitions in the listing of options. Adjust one error message referring to the --certificate option.
Diffstat (limited to 'man/systemd-repart.xml')
-rw-r--r--man/systemd-repart.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/systemd-repart.xml b/man/systemd-repart.xml
index 6a7aa21c66..3585cbf107 100644
--- a/man/systemd-repart.xml
+++ b/man/systemd-repart.xml
@@ -313,6 +313,22 @@
</varlistentry>
<varlistentry>
+ <term><option>--private-key=</option></term>
+
+ <listitem><para>Takes a file system path. Configures the signing key to use when creating verity
+ signature partitions with the <varname>Verity=signature</varname> setting in partition files.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--certificate=</option></term>
+
+ <listitem><para>Takes a file system path. Configures the PEM encoded X.509 certificate to use when
+ creating verity signature partitions with the <varname>Verity=signature</varname> setting in
+ partition files.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--tpm2-device=</option></term>
<term><option>--tpm2-pcrs=</option></term>