diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-12-17 16:37:18 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-12-17 20:48:22 +0100 |
commit | 7db43ec32fd99e4cc2cea0bc393c972c4215ffd8 (patch) | |
tree | 3815e55d90ccea77030989935f903bb6820d0f5c /docs/ENVIRONMENT.md | |
parent | Merge pull request #11144 from keszybz/dissect-image-fix (diff) | |
download | systemd-7db43ec32fd99e4cc2cea0bc393c972c4215ffd8.tar.xz systemd-7db43ec32fd99e4cc2cea0bc393c972c4215ffd8.zip |
docs: add missing section to ENVIRONMENT.md
No, this is not an env var understood by logind. Let's fix the
confusoin.
Diffstat (limited to 'docs/ENVIRONMENT.md')
-rw-r--r-- | docs/ENVIRONMENT.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index eaac288ec5..038f3d2d1d 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -91,6 +91,8 @@ systemd-logind: hibernation is available even if the swap devices do not provide enough room for it. +systemd-udevd: + * `$NET_NAMING_SCHEME=` – if set, takes a network naming scheme (i.e. one of "v238", "v239", "v240"…, or the special value "latest") as parameter. If specified udev's net_id builtin will follow the specified naming scheme when |