summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-09 20:33:04 +0100
committerLennart Poettering <lennart@poettering.net>2023-03-10 09:33:39 +0100
commit4b8ce14f6c68e5fd75a71fdb7bb998f070940ef1 (patch)
tree019e0245cd0fc45019b2a01179aac46f1487a1c6 /docs
parente0e818bb14face674664eb6a6eeb8d8a0d10899d (diff)
downloadsystemd-4b8ce14f6c68e5fd75a71fdb7bb998f070940ef1.tar.gz
repart: Add support for reading mkfs options from environment
Diffstat (limited to 'docs')
-rw-r--r--docs/ENVIRONMENT.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index 3e957113e7..3ec5573ff9 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -520,3 +520,9 @@ SYSTEMD_HOME_DEBUG_SUFFIX=foo \
systemd-stub. Normally, requested measurement of resources is conditionalized
on kernels that have booted with `systemd-stub`. With this environment
variable the test for that my be bypassed, for testing purposes.
+
+`systemd-repart`:
+
+* `$SYSTEMD_REPART_MKFS_OPTIONS_<FSTYPE>` – configure additional arguments to use for
+ `mkfs` when formatting partition file systems. There's one variable for each
+ of the supported file systems.