summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-host-common.inc
blob: b4e8effda06dc1be6ca4be07d630ef8c4fb65dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require images/enea-nfv-access-common.inc

IMAGE_INSTALL += " \
    packagegroup-enea-virtualization-host \
    "

# Set labels for GRUB and SYSLINUX
LABELS_LIVE = "live-boot installer"

# Append default parameters for x86-64 targets and avoid duplicate serial configs
APPEND_x86-64 = "quiet"
GRUB_SERIAL_x86-64 = "console=ttyS0,115200 console=tty0"
SYSLINUX_SERIAL_TTY_x86-64 = "console=ttyS0,115200 console=tty0"

# Set timeout values
GRUB_TIMEOUT_x86-64 = "10"
# 10 - 1sec
SYSLINUX_TIMEOUT_x86-64 = "50"