diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-08 21:39:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 21:39:54 +0200 |
commit | 1634ebb54a8955ab01dac9a59fc16f02f16cf007 (patch) | |
tree | 6ec49af7c236c2d5d210744dc7403da9a06d5f45 /docs/ENVIRONMENT.md | |
parent | mount-util: show mount source in failure log message (#10312) (diff) | |
parent | TODO: remove entry (diff) | |
download | systemd-1634ebb54a8955ab01dac9a59fc16f02f16cf007.tar.xz systemd-1634ebb54a8955ab01dac9a59fc16f02f16cf007.zip |
Merge pull request #10262 from keszybz/hibres-disable
Switches to disable hibernation and/or resuming
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 0c991520c4..b4363ba58b 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -37,6 +37,10 @@ All tools: useful for debugging, in order to test generators and other code against specific kernel command lines. +* `$SYSTEMD_IN_INITRD` — takes a boolean. If set, overrides initrd detection. + This is useful for debugging and testing initrd-only programs in the main + system. + * `$SYSTEMD_BUS_TIMEOUT=SECS` — specifies the maximum time to wait for method call completion. If no time unit is specified, assumes seconds. The usual other units are understood, too (us, ms, s, min, h, d, w, month, y). If it is not set or set |