summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-host-common.inc
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2018-04-20 13:27:49 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-04-23 10:45:09 +0200
commitc13ada21129d6f9928a719dd44d747b8de477001 (patch)
tree18d65430154025695d9d14114302984d66dc847d /images/enea-nfv-access-host-common.inc
parent3e6e4bc0d47c1097c7ed6de823e8e28e040b8994 (diff)
downloadmeta-el-nfv-access-c13ada21129d6f9928a719dd44d747b8de477001.tar.gz
nfv-installer: Integrate NFV installer into all host images
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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"