summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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