Stefan Tauner (stefan.tauner@gmx.at) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18144
-gerrit
commit daf58a6036c643e65e80b0b06cd723526a551c9c Author: Stefan Tauner stefan.tauner@gmx.at Date: Sun Jan 15 10:52:04 2017 +0100
payloads/GRUB2: Include runtime config file by default
Without a runtime config file GRUB2 provides a recovery console only that is barely useful (one has to be familiar with GRUB2 commands and enter all necessary commands manually on each boot). Therefore, when the GRUB2 is enabled we shall look for a config file on default.
Change-Id: I111ce8600179e959c1c44ed5bc397ddfcaf2c7ec Signed-off-by: Stefan Tauner stefan.tauner@gmx.at --- payloads/external/GRUB2/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig index c9f07d5..af88a1e 100644 --- a/payloads/external/GRUB2/Kconfig +++ b/payloads/external/GRUB2/Kconfig @@ -27,7 +27,7 @@ config PAYLOAD_FILE config GRUB2_INCLUDE_RUNTIME_CONFIG_FILE bool "Include GRUB2 runtime config file into ROM image" depends on PAYLOAD_GRUB2 - default n + default y help The GRUB2 payload reads its runtime configuration file from etc/grub.cfg stored in the CBFS on the flash ROM chip. Without that, it’ll just drop