mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
Fix references to ReadOnly=
PartitionReadOnly is not a valid property and ReadOnly was meant instead.
This commit is contained in:
parent
07e89d501f
commit
76d2b8da96
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user