diff options
author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2023-01-10 07:39:49 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-01-10 08:45:22 +0100 |
commit | fe0bdcacd1dafa32376e71ad2f743d4fe068a40f (patch) | |
tree | ac49353d3bcc54b2e3ca7e385e52dab9a12a78a6 /man/systemd-nspawn.xml | |
parent | shutdown: propagate mount() failures from child to parent (diff) | |
download | systemd-fe0bdcacd1dafa32376e71ad2f743d4fe068a40f.tar.xz systemd-fe0bdcacd1dafa32376e71ad2f743d4fe068a40f.zip |
man: exec,nspawn: fix typo
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 053efdb807..ec308927df 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -425,7 +425,7 @@ <term><option>--verity-data=</option></term> <listitem><para>Takes the path to a data integrity (dm-verity) file. This option enables data integrity checks - using dm-verity, if a root-hash is passed and if the used image itself does not contains the integrity data. + using dm-verity, if a root-hash is passed and if the used image itself does not contain the integrity data. The integrity data must be matched by the root hash. If this option is not specified, but a file with the <filename>.verity</filename> suffix is found next to the image file, bearing otherwise the same name (except if the image has the <filename>.raw</filename> suffix, in which case the verity data file must not have it in its name), |