diff options
author | Gabriel Ionescu <gabriel.ionescu@enea.com> | 2018-04-20 13:27:49 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-04-23 10:09:51 +0200 |
commit | dcfaab1537c257ecb71da35b272829761f669db6 (patch) | |
tree | 5a847129e1edc9f8c375c63903944bf957aa9475 /images/enea-nfv-access-host-common.inc | |
parent | 5d73d7fc77e440e0d2ce12f726cbbad36d34adef (diff) | |
download | meta-el-nfv-access-pyro-nfvaccess.tar.gz |
nfv-installer: Integrate NFV installer into all host imagespyro-nfvaccess
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.inc | 13 |
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 |
8 | NOHDD = "1" | 8 | LABELS_LIVE="live-boot installer" |
9 | NOISO = "1" | 9 | |
10 | INITRD_IMAGE_LIVE = "" | 10 | # Append default parameters for x86-64 targets |
11 | APPEND_x86-64="console=ttyS0,115200 console=tty0 quiet" | ||
12 | |||
13 | # Set timeout values | ||
14 | GRUB_TIMEOUT_x86-64="10" | ||
15 | SYSLINUX_TIMEOUT_x86-64="10" | ||