]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix references to ReadOnly=
authorNils K <24257556+septatrix@users.noreply.github.com>
Tue, 21 Nov 2023 17:07:25 +0000 (18:07 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 21 Nov 2023 19:16:15 +0000 (19:16 +0000)
PartitionReadOnly is not a valid property and ReadOnly was meant instead.

man/sysupdate.d.xml

index ec0c57fc788981c914f0d2a06251e3c2f123f3cb..00b4ac887d91568a86dfac43cf2e2c1b89dd3257 100644 (file)
@@ -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>