summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-01-17 11:18:25 +0100
committerGitHub <noreply@github.com>2021-01-17 11:18:25 +0100
commit3dc536e0c54c66a6955bee6f1878450fac23f440 (patch)
tree7accdb15ff62d969666245e955619f4b8e4949df /docs
parent38f3e0a58d2919d9509104e8dd7d657ecddf5f23 (diff)
parent3ceb6913c7c8c4a8f0e2f070eb0db1ee580e8e65 (diff)
downloadsystemd-3dc536e0c54c66a6955bee6f1878450fac23f440.tar.gz
Merge pull request #17576 from gportay/veritysetup-add-support-for-dm-verity-flags
veritysetup: add support for veritytab
Diffstat (limited to 'docs')
-rw-r--r--docs/ENVIRONMENT.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index 065d78c6b4..47cdff317b 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -49,6 +49,9 @@ All tools:
* `$SYSTEMD_CRYPTTAB` — if set, use this path instead of /etc/crypttab. Only
useful for debugging. Currently only supported by systemd-cryptsetup-generator.
+* `$SYSTEMD_VERITYTAB` — if set, use this path instead of /etc/veritytab. Only
+ useful for debugging. Currently only supported by systemd-veritysetup-generator.
+
* `$SYSTEMD_EFI_OPTIONS` — if set, used instead of the string in the
SystemdOptions EFI variable. Analogous to `$SYSTEMD_PROC_CMDLINE`.