summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-host-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'images/enea-nfv-access-host-common.inc')
-rw-r--r--images/enea-nfv-access-host-common.inc13
1 files changed, 9 insertions, 4 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index c907b88..10bf5dc 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -4,7 +4,12 @@ IMAGE_INSTALL += " \
4 packagegroup-enea-virtualization-host \ 4 packagegroup-enea-virtualization-host \
5 " 5 "
6 6
7# Due to a legacy include from corei7 machine we need to stop building following images 7# Set labels for GRUB and SYSLINUX
8NOHDD = "1" 8LABELS_LIVE="live-boot installer"
9NOISO = "1" 9
10INITRD_IMAGE_LIVE = "" 10# Append default parameters for x86-64 targets
11APPEND_x86-64="console=ttyS0,115200 console=tty0 quiet"
12
13# Set timeout values
14GRUB_TIMEOUT_x86-64="10"
15SYSLINUX_TIMEOUT_x86-64="10"