From 9a2a6ec4e31abe4b58b140767a82200f79c8645f Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Wed, 13 Oct 2021 14:18:12 -0500 Subject: dm-verity: Remove usage of integrity There is a difference between dm-verity and dm-integrity. Remove usage of integrity from verity documentation in man pages and target files. --- man/systemd-veritysetup-generator.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/systemd-veritysetup-generator.xml') diff --git a/man/systemd-veritysetup-generator.xml b/man/systemd-veritysetup-generator.xml index bf5e705f83..3c9ee6788f 100644 --- a/man/systemd-veritysetup-generator.xml +++ b/man/systemd-veritysetup-generator.xml @@ -17,7 +17,7 @@ systemd-veritysetup-generator - Unit generator for integrity protected block devices + Unit generator for verity protected block devices @@ -28,7 +28,7 @@ Description systemd-veritysetup-generator is a generator that translates kernel command line options - configuring integrity-protected block devices (verity) into native systemd units early at boot and when + configuring verity protected block devices into native systemd units early at boot and when configuration of the system manager is reloaded. This will create systemd-veritysetup@.service8 units as necessary. @@ -66,7 +66,7 @@ data devices to use are automatically derived from the specified hash value. Specifically, the data partition device is looked for under a GPT partition UUID derived from the first 128bit of the root hash, the hash partition device is looked for under a GPT partition UUID derived from the last 128bit of the root hash. Hence - it is usually sufficient to specify the root hash to boot from an integrity protected root file system, as + it is usually sufficient to specify the root hash to boot from a verity protected root file system, as device paths are automatically determined from it — as long as the partition table is properly set up. @@ -76,7 +76,7 @@ systemd.verity_root_hash= These two settings take block device paths as arguments and may be used to explicitly - configure the data partition and hash partition to use for setting up the integrity protection for the root file + configure the data partition and hash partition to use for setting up the verity protection for the root file system. If not specified, these paths are automatically derived from the roothash= argument (see above). -- cgit v1.2.1