summaryrefslogtreecommitdiff
path: root/docs/ENVIRONMENT.md
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-11-20 04:37:01 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-11-20 12:37:01 +0900
commitcc7a0bfa159170da092a956a6192f56116c22520 (patch)
tree5e458aca86aa079b1e163fcb703f2a5b6419fc51 /docs/ENVIRONMENT.md
parent53640e6fb916f0a3651df45bb7970d76caed4895 (diff)
downloadsystemd-cc7a0bfa159170da092a956a6192f56116c22520.tar.gz
bootspec: introduce SYSTEMD_ESP_PATH for overriding where to look for the ESP (#10834)
Diffstat (limited to 'docs/ENVIRONMENT.md')
-rw-r--r--docs/ENVIRONMENT.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index 654f7d25cf..3e61ea51e7 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -125,6 +125,12 @@ bootctl and other tools that access the EFI System Partition (ESP):
is a FAT file system are turned off, as are checks that the path is located
on a GPT partition with the correct type UUID.
+* `$SYSTEMD_ESP_PATH=…` — override the path to the EFI System Partition. This
+ may be used to override ESP path auto detection, and redirect any accesses to
+ the ESP to the specified directory. Not that unlike with bootctl's --path=
+ switch only very superficial validation of the specified path is done when
+ this environment variable is used.
+
systemd itself:
* `$SYSTEMD_ACTIVATION_UNIT` — set for all NSS and PAM module invocations that