diff options
author | Gaël PORTAY <gael.portay@collabora.com> | 2020-11-13 12:00:25 +0100 |
---|---|---|
committer | Gaël PORTAY <gael.portay@collabora.com> | 2021-01-15 01:41:41 +0100 |
commit | 0141102f104cbb2e469b0e8b946681887e2495f2 (patch) | |
tree | 5771cb8a644de89fe2853a80bfe87c504fbf54d8 /man/kernel-command-line.xml | |
parent | veritysetup: add support for dm-verity options (diff) | |
download | systemd-0141102f104cbb2e469b0e8b946681887e2495f2.tar.xz systemd-0141102f104cbb2e469b0e8b946681887e2495f2.zip |
veritysetup-generator: add support for verity root options
This adds support for a new kernel root verity command line option
"verity_root_options=" which controls the behaviour of dm-verity by
forwarding options directly to systemd-veritysetup.
See `veritysetup(8)` for more details.
Diffstat (limited to 'man/kernel-command-line.xml')
-rw-r--r-- | man/kernel-command-line.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 7a4109916c..c55b4b17ab 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -361,6 +361,7 @@ <term><varname>rd.systemd.verity=</varname></term> <term><varname>systemd.verity_root_data=</varname></term> <term><varname>systemd.verity_root_hash=</varname></term> + <term><varname>systemd.verity.root_options=</varname></term> <listitem> <para>Configures the integrity protection root hash for the root file system, and other related parameters. For details, see |