diff --git a/man/repart.d.xml b/man/repart.d.xml index 2fe723673ea..411070bdc4d 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -831,10 +831,10 @@ SizeMaxBytes=64M - Create a data and verity partition from a OS tree + Create a data partition and corresponding verity partitions from a OS tree Assuming we have an OS tree at /var/tmp/os-tree that we want to package in a root partition - together with a matching verity partition, we can do so as follows: + together with matching verity partitions, we can do so as follows: # 50-root.conf [Partition] @@ -842,6 +842,7 @@ Type=root CopyFiles=/var/tmp/os-tree Verity=data VerityMatchKey=root +Minimize=guess # 60-root-verity.conf @@ -852,6 +853,14 @@ VerityMatchKey=root # Explicitly set the hash and data block size to 4K VerityDataBlockSizeBytes=4096 VerityHashBlockSizeBytes=4096 +Minimize=best + + +# 70-root-verity-sig.conf +[Partition] +Type=root-verity-sig +Verity=signature +VerityMatchKey=root