summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/enea-nfv-access-host-common.inc13
1 files changed, 8 insertions, 5 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index 10bf5dc..b4e8eff 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -5,11 +5,14 @@ IMAGE_INSTALL += " \
5 " 5 "
6 6
7# Set labels for GRUB and SYSLINUX 7# Set labels for GRUB and SYSLINUX
8LABELS_LIVE="live-boot installer" 8LABELS_LIVE = "live-boot installer"
9 9
10# Append default parameters for x86-64 targets 10# Append default parameters for x86-64 targets and avoid duplicate serial configs
11APPEND_x86-64="console=ttyS0,115200 console=tty0 quiet" 11APPEND_x86-64 = "quiet"
12GRUB_SERIAL_x86-64 = "console=ttyS0,115200 console=tty0"
13SYSLINUX_SERIAL_TTY_x86-64 = "console=ttyS0,115200 console=tty0"
12 14
13# Set timeout values 15# Set timeout values
14GRUB_TIMEOUT_x86-64="10" 16GRUB_TIMEOUT_x86-64 = "10"
15SYSLINUX_TIMEOUT_x86-64="10" 17# 10 - 1sec
18SYSLINUX_TIMEOUT_x86-64 = "50"