From 7c8b4852b60bbe8fdc68572af5ff207ee8120b0e Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sun, 22 Mar 2020 21:35:20 +0800 Subject: [PATCH] target/x86: boot without timeout --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index 4da1821054..3a1fad118b 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -218,7 +218,7 @@ menu "Target Images" config GRUB_TIMEOUT string "Seconds to wait before booting the default entry" depends on GRUB_IMAGES - default "5" + default "0" help If you don't know, 5 seconds is a reasonable default.