summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-03-09 08:51:31 +0100
committerGitHub <noreply@github.com>2023-03-09 08:51:31 +0100
commitba0e70673c60d73e7ba15f326c633a111f1a15bf (patch)
tree018e6570a38b38968884d63a88e9fe409ca70a21 /docs
parentb9872fe1ddb61a7f930c652887c04e2f82b43be4 (diff)
parentef0c7ab6ac1ad2a38988fd4aa959aaa0408f2f4b (diff)
downloadsystemd-ba0e70673c60d73e7ba15f326c633a111f1a15bf.tar.gz
Merge pull request #26038 from lilyinstarlight/fix/fstab-generator-sysroot-without-cmdline
fstab-generator: use correct targets when /sysroot is specificied in fstab only
Diffstat (limited to 'docs')
-rw-r--r--docs/ENVIRONMENT.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index 30ef1e7e42..3e957113e7 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -54,6 +54,10 @@ All tools:
* `$SYSTEMD_SYSROOT_FSTAB` — if set, use this path instead of
`/sysroot/etc/fstab`. Only useful for debugging `systemd-fstab-generator`.
+* `$SYSTEMD_SYSFS_CHECK` — takes a boolean. If set, overrides sysfs container
+ detection that ignores `/dev/` entries in 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`.