diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-01-17 11:18:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 11:18:25 +0100 |
commit | 3dc536e0c54c66a6955bee6f1878450fac23f440 (patch) | |
tree | 7accdb15ff62d969666245e955619f4b8e4949df /docs/ENVIRONMENT.md | |
parent | 38f3e0a58d2919d9509104e8dd7d657ecddf5f23 (diff) | |
parent | 3ceb6913c7c8c4a8f0e2f070eb0db1ee580e8e65 (diff) | |
download | systemd-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/ENVIRONMENT.md')
-rw-r--r-- | docs/ENVIRONMENT.md | 3 |
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`. |