diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-01-26 13:52:12 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-01-26 14:45:47 +0100 |
commit | 679dab6a8f286aec66969f34fe2d9e127c3d273d (patch) | |
tree | dd8ed098809c1945644f576e23bf58f3c1e7a397 /docs/ENVIRONMENT.md | |
parent | sysusers: flush nscd's caches whenever /etc/{passwd,group} are modified (diff) | |
download | systemd-679dab6a8f286aec66969f34fe2d9e127c3d273d.tar.xz systemd-679dab6a8f286aec66969f34fe2d9e127c3d273d.zip |
docs/ENVIRONMENT: move entry for systemd-udevd
`$SYSTEMD_REBOOT_TO_FIRMWARE_SETUP=` or friends are for logind.
Diffstat (limited to 'docs/ENVIRONMENT.md')
-rw-r--r-- | docs/ENVIRONMENT.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index cfe7784f9e..7762713d44 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -134,18 +134,6 @@ 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 - determining stable network interface names. This may be used to revert to - naming schemes of older udev versions, in order to provide more stable naming - across updates. This environment variable takes precedence over the kernel - command line option `net.naming-scheme=`, except if the value is prefixed - with `:` in which case the kernel command line option takes precedence, if it - is specified as well. - * `$SYSTEMD_REBOOT_TO_FIRMWARE_SETUP` — if set overrides systemd-logind's built-in EFI logic of requesting a reboot into the firmware. Takes a boolean. If set to false the functionality is turned off entirely. If set to @@ -191,6 +179,18 @@ systemd-udevd: hence synthesize drop-in snippets and symlinks for all boot entries at boot or whenever they change if it wants to integrate with systemd-logind's APIs. +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 + determining stable network interface names. This may be used to revert to + naming schemes of older udev versions, in order to provide more stable naming + across updates. This environment variable takes precedence over the kernel + command line option `net.naming-scheme=`, except if the value is prefixed + with `:` in which case the kernel command line option takes precedence, if it + is specified as well. + installed systemd tests: * `$SYSTEMD_TEST_DATA` — override the location of test data. This is useful if |