mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 13:16:47 +02:00
Add auto-boot timeout for U-Boot's bootflow menu
Otherwise, you have to press enter to boot your distro. With this, a timeout is created. After a number of seconds, which can be reconfigured, the first option selected will be booted, when generating a bootflow menu. The timeout is disabled when you navigate the menu; it only kicks in if you don't input anything on the keyboard. More information about how this works is in the U-Boot patches, within this patch. I've set the timeout to 8 seconds. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -500,6 +500,7 @@ CONFIG_CMD_BOOTM=y
|
||||
CONFIG_CMD_BOOTDEV=y
|
||||
CONFIG_CMD_BOOTFLOW=y
|
||||
CONFIG_CMD_BOOTFLOW_FULL=y
|
||||
CONFIG_CMD_BOOTFLOW_BOOTDELAY=8
|
||||
CONFIG_CMD_BOOTMETH=y
|
||||
CONFIG_BOOTM_EFI=y
|
||||
CONFIG_BOOTM_ELF=y
|
||||
|
||||
Reference in New Issue
Block a user