mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-14 14:19:53 +08:00
config: disable grub timeout to fix boot issue on some shit devices
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 25a6dc6a6e
)
This commit is contained in:
@ -240,7 +240,7 @@ menu "Target Images"
|
|||||||
config GRUB_TIMEOUT
|
config GRUB_TIMEOUT
|
||||||
string "Seconds to wait before booting the default entry"
|
string "Seconds to wait before booting the default entry"
|
||||||
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
|
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
|
||||||
default "3"
|
default "0"
|
||||||
help
|
help
|
||||||
If you don't know, 5 seconds is a reasonable default.
|
If you don't know, 5 seconds is a reasonable default.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user