summaryrefslogtreecommitdiff
path: root/docs/ENVIRONMENT.md
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-25 15:08:24 +0200
committerLennart Poettering <lennart@poettering.net>2018-10-08 21:40:44 +0200
commit8cbb7d8783a5a66f2ceb702e59dd7304ba578a6b (patch)
tree4ba3a2e8ebc48c3c00aa4332397169e5b5503760 /docs/ENVIRONMENT.md
parent4eb5636b6ce2a605361c1ff1fd62c9ac0c301def (diff)
downloadsystemd-8cbb7d8783a5a66f2ceb702e59dd7304ba578a6b.tar.gz
efi: allow ESP validity checks to be turned off
let's add an env var for this, as this really shouldn't be a top-level feature, as it turning off the validity checks certainly isn't advisable. Fixes: #4925
Diffstat (limited to 'docs/ENVIRONMENT.md')
-rw-r--r--docs/ENVIRONMENT.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index b4363ba58b..016a89787d 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -112,6 +112,13 @@ systemd-timedated:
first existing unit listed in the environment variable, and
`timedatectl set-ntp off` disables and stops all listed units.
+bootctl and other tools that access the EFI System Partition (ESP):
+
+* `$SYSTEMD_RELAX_ESP_CHECKS=1` — if set, the ESP validation checks are
+ relaxed. Specifically, validation checks that ensure the specified ESP path
+ 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 itself:
* `$SYSTEMD_ACTIVATION_UNIT` — set for all NSS and PAM module invocations that