summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Ionescu <Gabriel.Ionescu@enea.com>2019-08-09 15:46:12 +0200
committerAdrian Dudau <Adrian.Dudau@enea.com>2019-08-12 14:23:08 +0200
commit3c9dbadc80ba5dcc5096555c2fa412627b4edb07 (patch)
tree59695e66115061c181788093918670f799444b1e
parenta14b119c235cfe094236ca9cddf96a9810229e18 (diff)
downloadmeta-el-nfv-access-3c9dbadc80ba5dcc5096555c2fa412627b4edb07.tar.gz
Make the installer as first entry and enable timeout to fall through
to the installer Change-Id: I170f961cc9d6bc257fa159481a24d9689c4b4a49
-rw-r--r--images/enea-nfv-access-host-common.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index b2dd5a2..e68b0b5 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -17,7 +17,7 @@ IMAGE_INSTALL += " \
17 " 17 "
18 18
19# Set labels for GRUB and SYSLINUX 19# Set labels for GRUB and SYSLINUX
20LABELS_LIVE = "live-boot installer" 20LABELS_LIVE = "installer live-boot"
21 21
22GRUB_GFXSERIAL_x86-64 = "1" 22GRUB_GFXSERIAL_x86-64 = "1"
23# Append default parameters for x86-64 targets 23# Append default parameters for x86-64 targets
@@ -25,10 +25,10 @@ APPEND_x86-64 = "quiet"
25SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0" 25SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0"
26 26
27# Set timeout value, "10" - 1sec, "-1" disables the timeout 27# Set timeout value, "10" - 1sec, "-1" disables the timeout
28GRUB_TIMEOUT_x86-64 = "-1" 28GRUB_TIMEOUT_x86-64 = "5"
29 29
30# Set SYSLINUX timeout value, "0" disables the timeout completely 30# Set SYSLINUX timeout value, "0" disables the timeout completely
31SYSLINUX_TIMEOUT_x86-64 = "0" 31SYSLINUX_TIMEOUT_x86-64 = "5"
32 32
33# grub-efi-native is needed in recipe-sysroot-native to generate the initial 33# grub-efi-native is needed in recipe-sysroot-native to generate the initial
34# configuration file for grub 34# configuration file for grub