From 76d2b8da965408829fc8d8e29e217be9c9c2a264 Mon Sep 17 00:00:00 2001
From: Nils K <24257556+septatrix@users.noreply.github.com>
Date: Tue, 21 Nov 2023 18:07:25 +0100
Subject: [PATCH] Fix references to ReadOnly=
PartitionReadOnly is not a valid property and ReadOnly was meant instead.
---
man/sysupdate.d.xml | 4 ++--
1 file 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
+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.
--
2.25.1