diff options
Diffstat (limited to 'payloads/external')
-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 |