From 32e07c8c5aedd0442e404ce0d9b3770cabf3c2fb Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Thu, 2 May 2019 12:23:56 +0200 Subject: disable the syslinux timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From syslinux doc: ”A timeout of zero will disable the timeout completely.” Change-Id: Ic71ed27ee1d2f9fecf2e9fab983848b65f569f04 Signed-off-by: Sona Sarmadi --- images/enea-nfv-access-host-common.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc index 218cf2b..6e3df91 100644 --- a/images/enea-nfv-access-host-common.inc +++ b/images/enea-nfv-access-host-common.inc @@ -14,9 +14,11 @@ GRUB_GFXSERIAL_x86-64 = "1" APPEND_x86-64 = "quiet" SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0" -# Set timeout values, "10" - 1sec, "-1" disables the timeout +# Set timeout value, "10" - 1sec, "-1" disables the timeout GRUB_TIMEOUT_x86-64 = "-1" -SYSLINUX_TIMEOUT_x86-64 = "-1" + +# Set SYSLINUX timeout value, "0" disables the timeout completely +SYSLINUX_TIMEOUT_x86-64 = "0" # grub-efi-native is needed in recipe-sysroot-native to generate the initial # configuration file for grub -- cgit v1.2.3-54-g00ecf