summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-16 05:11:49 +0900
committerGitHub <noreply@github.com>2022-07-16 05:11:49 +0900
commit59159aee20037b444dc922849a5361db4c7f2600 (patch)
tree6f18edcf1260c1b5dfb957da5017f37f00879133 /docs
parentc798e1dfee12f407ea08285aeae1438def2899e8 (diff)
parentff52ff2565a3034a0ad063454a58d0c5649adc00 (diff)
downloadsystemd-59159aee20037b444dc922849a5361db4c7f2600.tar.gz
Merge pull request #24018 from keszybz/generator-cleanups
Make generators easier to test, fix various corner issues
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 7caa951814..fc173289d9 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -51,6 +51,9 @@ All tools:
* `$SYSTEMD_FSTAB` — if set, use this path instead of `/etc/fstab`. Only useful
for debugging.
+* `$SYSTEMD_SYSROOT_FSTAB` — if set, use this path instead of
+ `/sysroot/etc/fstab`. Only useful for debugging `systemd-fstab-generator`.
+
* `$SYSTEMD_CRYPTTAB` — if set, use this path instead of `/etc/crypttab`. Only
useful for debugging. Currently only supported by
`systemd-cryptsetup-generator`.