summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-01-23 17:01:31 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-01-26 11:14:15 +0100
commit343e35b36d871e928553b7b80a07ff19c9e3d09e (patch)
treeb258d9a46d8cb3053fa06247fa12c9b391208138 /docs
parentMerge pull request #31095 from bluca/test_time_tz (diff)
downloadsystemd-343e35b36d871e928553b7b80a07ff19c9e3d09e.tar.xz
systemd-343e35b36d871e928553b7b80a07ff19c9e3d09e.zip
core: add SYSTEMD_VERITY_SHARING env var for local development
When running an image that cannot be mounted (e.g.: key missing intentionally for development purposes), there's a retry loop that takes some time and slows development down. Add an env var to disable it.
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 454a02991d..7f59dcae71 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -126,6 +126,9 @@ All tools:
* `$SYSTEMD_NETLINK_DEFAULT_TIMEOUT` — specifies the default timeout of waiting
replies for netlink messages from the kernel. Defaults to 25 seconds.
+* `$SYSTEMD_VERITY_SHARING=0` — if set, sharing dm-verity devices by
+ using a stable `<ROOTHASH>-verity` device mapper name will be disabled.
+
`systemctl`:
* `$SYSTEMCTL_FORCE_BUS=1` — if set, do not connect to PID 1's private D-Bus