From 14de7ef914167ed08af6c0fb283e91f25e68b60f Mon Sep 17 00:00:00 2001 From: Gaƫl PORTAY Date: Fri, 25 Dec 2020 03:08:05 -0500 Subject: veritysetup: add support for hash-offset option The verity parameter hash_area_offset allows to locate the superblock in the hash device. It can be used to have a single device which contains both data and hashes. This adds the option hash-offset=BYTES (sixth argument) which is the equivalent of the option --hash-offset in the veritysetup world. See `veritysetup(8)` for more details. --- man/systemd-veritysetup-generator.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man/systemd-veritysetup-generator.xml') diff --git a/man/systemd-veritysetup-generator.xml b/man/systemd-veritysetup-generator.xml index 37ded91a93..6098895f55 100644 --- a/man/systemd-veritysetup-generator.xml +++ b/man/systemd-veritysetup-generator.xml @@ -85,7 +85,8 @@ systemd.verity_root_options= Takes a comma-separated list of dm-verity options. Expects the following options - , , , + , , + , , , and . See veritysetup8 for more -- cgit v1.2.3