From c13ada21129d6f9928a719dd44d747b8de477001 Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Fri, 20 Apr 2018 13:27:49 +0200 Subject: nfv-installer: Integrate NFV installer into all host images Signed-off-by: Gabriel Ionescu Signed-off-by: Adrian Dudau --- images/enea-nfv-access-host-common.inc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'images/enea-nfv-access-host-common.inc') 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 += " \ packagegroup-enea-virtualization-host \ " -# Due to a legacy include from corei7 machine we need to stop building following images -NOHDD = "1" -NOISO = "1" -INITRD_IMAGE_LIVE = "" +# 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" -- cgit v1.2.3-54-g00ecf