mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
man: exec,nspawn: fix typo
This commit is contained in:
committed by
Yu Watanabe
parent
b293bb2316
commit
fe0bdcacd1
@@ -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),
|
||||
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
<listitem><para>Takes the path to a data integrity (dm-verity) file. This option enables data integrity checks
|
||||
using dm-verity, if <varname>RootImage=</varname> is used and a root-hash is passed and if the used image itself
|
||||
does not contains the integrity data. The integrity data must be matched by the root hash. If this option is not
|
||||
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), the verity data is read from it and automatically used.</para>
|
||||
|
||||
Reference in New Issue
Block a user