diff options
author | nl6720 <nl6720@gmail.com> | 2021-07-09 11:56:54 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-07-09 13:41:00 +0200 |
commit | 250db1bf02b9fd73f2e0604acddbc20937c67d19 (patch) | |
tree | a49c9d9cbf02e4ea872eb85ae71606c4b0deb36e /docs/BOOT_LOADER_INTERFACE.md | |
parent | Merge pull request #20166 from poettering/fsync-more (diff) | |
download | systemd-250db1bf02b9fd73f2e0604acddbc20937c67d19.tar.xz systemd-250db1bf02b9fd73f2e0604acddbc20937c67d19.zip |
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.md | 8 |
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 |