summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-08-31 22:43:50 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-08-31 23:20:09 +0900
commit2b6605102d0a34665778c41f99ed7301950c096b (patch)
tree0986cdc314abfb138815ab3a45730dd1dbe8170e /docs
parent4f89ce0c91efc49948ecc3601649fec4d7a36298 (diff)
downloadsystemd-2b6605102d0a34665778c41f99ed7301950c096b.tar.gz
dissect-image: add environment variable to control timeout for waiting devlink to be configured
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 e5afafbe10..62e064e12b 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -384,6 +384,9 @@ disk images with `--image=` or similar:
directories in `/usr/lib/`, `/run`, …) or passed to the kernel for validation
against its built-in certificates.
+* `$SYSTEMD_DISSECT_VERITY_TIMEOUT_SEC=sec` — takes a timespan, which controls
+ the timeout waiting for the image to be configured. Defaults to 100 msec.
+
* `$SYSTEMD_LOOP_DIRECT_IO` – takes a boolean, which controls whether to enable
LO_FLAGS_DIRECT_IO (i.e. direct IO + asynchronous IO) on loopback block
devices when opening them. Defaults to on, set this to "0" to disable this