diff options
author | Bill XIE <persmule@hardenedlinux.org> | 2022-06-05 20:50:47 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-07 12:56:18 +0000 |
commit | bb1e37e76bcb1380d954fc07e81291a1e4cb21b4 (patch) | |
tree | b3d615a33c423282141ba620d05e601771e65066 /payloads/external/GRUB2/Kconfig | |
parent | 1003670da0c34c671d118286ba9f7a83cb6494d6 (diff) |
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/external/GRUB2/Kconfig')
-rw-r--r-- | payloads/external/GRUB2/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig index 9ad82eee67..67499c69e7 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 |