summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorNils K <24257556+septatrix@users.noreply.github.com>2023-11-21 18:07:25 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2023-11-21 20:16:15 +0100
commit76d2b8da965408829fc8d8e29e217be9c9c2a264 (patch)
tree553239089a6c9032f31f3d92dbcd0d994d2c5768 /man
parenttpm2-util: rename json field "tpm2-pcrlock" → "tpm2_pcrlock" (diff)
downloadsystemd-76d2b8da965408829fc8d8e29e217be9c9c2a264.tar.xz
systemd-76d2b8da965408829fc8d8e29e217be9c9c2a264.zip
Fix references to ReadOnly=
PartitionReadOnly is not a valid property and ReadOnly was meant instead.
Diffstat (limited to 'man')
-rw-r--r--man/sysupdate.d.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sysupdate.d.xml b/man/sysupdate.d.xml
index ec0c57fc78..00b4ac887d 100644
--- a/man/sysupdate.d.xml
+++ b/man/sysupdate.d.xml
@@ -839,7 +839,7 @@ Path=auto
MatchPattern=foobarOS_@v_verity
MatchPartitionType=root-verity
PartitionFlags=0
-PartitionReadOnly=1</programlisting></para>
+ReadOnly=1</programlisting></para>
<para>The above defines the update mechanism for the Verity partition of the root file system. Verity
partition images are downloaded from
@@ -869,7 +869,7 @@ Path=auto
MatchPattern=foobarOS_@v
MatchPartitionType=root
PartitionFlags=0
-PartitionReadOnly=1</programlisting></para>
+ReadOnly=1</programlisting></para>
<para>The above defines a matching transfer definition for the root file system.</para>