diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 85939a5fb0..d6123491f3 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -364,8 +364,12 @@ systemd.verity_root_data= systemd.verity_root_hash= systemd.verity.root_options= + usrhash= + systemd.verity_usr_data= + systemd.verity_usr_hash= + systemd.verity_usr_options= - Configures the integrity protection root hash for the root file system, and other related + Configures the integrity protection root hash for the root and /usr file systems, and other related parameters. For details, see systemd-veritysetup-generator8. diff --git a/man/systemd-veritysetup-generator.xml b/man/systemd-veritysetup-generator.xml index 3c9ee6788f..e1528107d2 100644 --- a/man/systemd-veritysetup-generator.xml +++ b/man/systemd-veritysetup-generator.xml @@ -33,7 +33,7 @@ systemd-veritysetup@.service8 units as necessary. - Currently, only a single verity device may be set up with this generator, backing the root file system of the + Currently, only two verity devices may be set up with this generator, backing the root and /usr file systems of the OS. systemd-veritysetup-generator implements @@ -92,6 +92,14 @@ details. + + usrhash= + systemd.verity_usr_data= + systemd.verity_usr_hash= + systemd.verity_usr_options= + + Equivalent to their counterparts for the root file system as described above, but apply to the /usr/ file system instead. +