summaryrefslogtreecommitdiff
path: root/docs/BOOT_LOADER_INTERFACE.md
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2021-07-09 12:56:54 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-09 13:41:00 +0200
commit250db1bf02b9fd73f2e0604acddbc20937c67d19 (patch)
treea49c9d9cbf02e4ea872eb85ae71606c4b0deb36e /docs/BOOT_LOADER_INTERFACE.md
parentd0e18bb4b03884e4f5ec3ff4c6113ce6b7faab5e (diff)
downloadsystemd-250db1bf02b9fd73f2e0604acddbc20937c67d19.tar.gz
docs: improve wording when mentioning the acronym "ESP"
"ESP" is "EFI system partition", so "ESP partition" is redundant.
Diffstat (limited to 'docs/BOOT_LOADER_INTERFACE.md')
-rw-r--r--docs/BOOT_LOADER_INTERFACE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/BOOT_LOADER_INTERFACE.md b/docs/BOOT_LOADER_INTERFACE.md
index be3b6e401d..e9155117b9 100644
--- a/docs/BOOT_LOADER_INTERFACE.md
+++ b/docs/BOOT_LOADER_INTERFACE.md
@@ -76,10 +76,10 @@ variables. All EFI variables use the vendor UUID
* `1 << 6` → The boot loader supports passing a random seed to the OS.
* The EFI variable `LoaderRandomSeed` contains a binary random seed if set. It
- is set by the boot loader to pass an entropy seed read from the ESP partition
- to the OS. The system manager then credits this seed to the kernel's entropy
- pool. It is the responsibility of the boot loader to ensure the quality and
- integrity of the random seed.
+ is set by the boot loader to pass an entropy seed read from the ESP to the OS.
+ The system manager then credits this seed to the kernel's entropy pool. It is
+ the responsibility of the boot loader to ensure the quality and integrity of
+ the random seed.
* The EFI variable `LoaderSystemToken` contains binary random data,
persistently set by the OS installer. Boot loaders that support passing