summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorBill XIE <persmule@hardenedlinux.org>2022-06-05 20:50:47 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-06-07 12:56:18 +0000
commitbb1e37e76bcb1380d954fc07e81291a1e4cb21b4 (patch)
treeb3d615a33c423282141ba620d05e601771e65066 /payloads
parent1003670da0c34c671d118286ba9f7a83cb6494d6 (diff)
downloadcoreboot-bb1e37e76bcb1380d954fc07e81291a1e4cb21b4.tar.gz
coreboot-bb1e37e76bcb1380d954fc07e81291a1e4cb21b4.tar.bz2
coreboot-bb1e37e76bcb1380d954fc07e81291a1e4cb21b4.zip
payloads/external: Reword help of SEAGRUB_ALLOW_SEABIOS_BOOTMENU
The sentence about "to bypass the secure mechanism implemented in the GRUB runtime config" sounded confusing, so reword it. Signed-off-by: Bill XIE <persmule@hardenedlinux.org> Change-Id: I9c6f40d6d11d459fe4be40a624921c2632a89564 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64970 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/GRUB2/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig
index 9ad82eee6731..67499c69e79a 100644
--- a/payloads/external/GRUB2/Kconfig
+++ b/payloads/external/GRUB2/Kconfig
@@ -92,7 +92,8 @@ config SEAGRUB_ALLOW_SEABIOS_BOOTMENU
bool "Allow to access SeaBIOS boot menu before launching GRUB"
help
Enable this to allow the access to the boot menu of SeaBIOS. It
- increases the flexibility but allows to bypass the secure mechanism
- implemented in the GRUB runtime config. Please use this with caution.
+ increases the flexibility but allows to entirely bypass GRUB, along
+ with all secure mechanism implemented in its runtime config.
+ Please use this with caution.
endif