From 432eeeec4923f939a25728b13983b3f6b9055cbd Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Wed, 30 Jan 2019 12:13:38 +0100 Subject: Disable automatic boot selection in installer Change-Id: Ifc322d78f4ef8634b16635fd0e8b008f6a56473c Signed-off-by: Sona Sarmadi --- images/enea-nfv-access-host-common.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc index 88ca13b..2d19f3c 100644 --- a/images/enea-nfv-access-host-common.inc +++ b/images/enea-nfv-access-host-common.inc @@ -14,10 +14,9 @@ GRUB_GFXSERIAL_x86-64 = "1" APPEND_x86-64 = "quiet" SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0" -# Set timeout values -GRUB_TIMEOUT_x86-64 = "10" -# 10 - 1sec -SYSLINUX_TIMEOUT_x86-64 = "50" +# Set timeout values, "10" - 1sec, "-1" disables the timeout +GRUB_TIMEOUT_x86-64 = "-1" +SYSLINUX_TIMEOUT_x86-64 = "-1" # grub-efi-native is needed in recipe-sysroot-native to generate the initial # configuration file for grub -- cgit v1.2.3-54-g00ecf