summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2019-05-02 12:23:56 +0200
committerMartin Borg <martin.borg@enea.com>2019-05-07 09:49:41 +0200
commit32e07c8c5aedd0442e404ce0d9b3770cabf3c2fb (patch)
tree762a5833a92700ea7f8c7ee93e330b162cdbdc03
parent4616d6b83ea02a2858ef97a19bd957694179eb99 (diff)
downloadmeta-el-nfv-access-32e07c8c5aedd0442e404ce0d9b3770cabf3c2fb.tar.gz
disable the syslinux timeout
From syslinux doc: ”A timeout of zero will disable the timeout completely.” Change-Id: Ic71ed27ee1d2f9fecf2e9fab983848b65f569f04 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
-rw-r--r--images/enea-nfv-access-host-common.inc6
1 files 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"
14APPEND_x86-64 = "quiet" 14APPEND_x86-64 = "quiet"
15SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0" 15SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0"
16 16
17# Set timeout values, "10" - 1sec, "-1" disables the timeout 17# Set timeout value, "10" - 1sec, "-1" disables the timeout
18GRUB_TIMEOUT_x86-64 = "-1" 18GRUB_TIMEOUT_x86-64 = "-1"
19SYSLINUX_TIMEOUT_x86-64 = "-1" 19
20# Set SYSLINUX timeout value, "0" disables the timeout completely
21SYSLINUX_TIMEOUT_x86-64 = "0"
20 22
21# grub-efi-native is needed in recipe-sysroot-native to generate the initial 23# grub-efi-native is needed in recipe-sysroot-native to generate the initial
22# configuration file for grub 24# configuration file for grub