From 3c9dbadc80ba5dcc5096555c2fa412627b4edb07 Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Fri, 9 Aug 2019 15:46:12 +0200 Subject: Make the installer as first entry and enable timeout to fall through to the installer Change-Id: I170f961cc9d6bc257fa159481a24d9689c4b4a49 --- images/enea-nfv-access-host-common.inc | 6 +++--- 1 file 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 += " \ " # Set labels for GRUB and SYSLINUX -LABELS_LIVE = "live-boot installer" +LABELS_LIVE = "installer live-boot" GRUB_GFXSERIAL_x86-64 = "1" # Append default parameters for x86-64 targets @@ -25,10 +25,10 @@ APPEND_x86-64 = "quiet" SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0" # Set timeout value, "10" - 1sec, "-1" disables the timeout -GRUB_TIMEOUT_x86-64 = "-1" +GRUB_TIMEOUT_x86-64 = "5" # Set SYSLINUX timeout value, "0" disables the timeout completely -SYSLINUX_TIMEOUT_x86-64 = "0" +SYSLINUX_TIMEOUT_x86-64 = "5" # grub-efi-native is needed in recipe-sysroot-native to generate the initial # configuration file for grub -- cgit v1.2.3-54-g00ecf