diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-03-09 08:51:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 08:51:31 +0100 |
commit | ba0e70673c60d73e7ba15f326c633a111f1a15bf (patch) | |
tree | 018e6570a38b38968884d63a88e9fe409ca70a21 /docs/ENVIRONMENT.md | |
parent | macro: support the case that the number of elements has const qualifier (diff) | |
parent | test: add fstab file support for fstab-generator tests (diff) | |
download | systemd-ba0e70673c60d73e7ba15f326c633a111f1a15bf.tar.xz systemd-ba0e70673c60d73e7ba15f326c633a111f1a15bf.zip |
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/ENVIRONMENT.md')
-rw-r--r-- | docs/ENVIRONMENT.md | 4 |
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`. |