From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:07:25 +0000 (+0100) Subject: Fix references to ReadOnly= X-Git-Tag: v255-rc3~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76d2b8da965408829fc8d8e29e217be9c9c2a264;p=thirdparty%2Fsystemd.git Fix references to ReadOnly= PartitionReadOnly is not a valid property and ReadOnly was meant instead. --- diff --git a/man/sysupdate.d.xml b/man/sysupdate.d.xml index ec0c57fc788..00b4ac887d9 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 +ReadOnly=1 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 +ReadOnly=1 The above defines a matching transfer definition for the root file system.