summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-host-common.inc
blob: 10bf5dcb285a0f5908a80224cbe14b9eebc6dfaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
APPEND_x86-64="console=ttyS0,115200 console=tty0 quiet"

# Set timeout values
GRUB_TIMEOUT_x86-64="10"
SYSLINUX_TIMEOUT_x86-64="10"