From 8e8845a7479f486b0ff814a7cd99583ec0ac8230 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Wed, 26 Feb 2020 09:31:36 +0100 Subject: Skip grub/syslinux menu on USB boot Skip menus and boot default selection (installer initramfs) immediately Change-Id: I4c7acb2291663e3648f4cb13f7c238cb9c31c4d2 Signed-off-by: Martin Borg --- images/enea-nfv-access-host-common.inc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc index e68b0b5..1cde827 100644 --- a/images/enea-nfv-access-host-common.inc +++ b/images/enea-nfv-access-host-common.inc @@ -22,13 +22,11 @@ LABELS_LIVE = "installer live-boot" GRUB_GFXSERIAL_x86-64 = "1" # Append default parameters for x86-64 targets APPEND_x86-64 = "quiet" -SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0" +SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=ttyS0,115200" -# Set timeout value, "10" - 1sec, "-1" disables the timeout -GRUB_TIMEOUT_x86-64 = "5" - -# Set SYSLINUX timeout value, "0" disables the timeout completely -SYSLINUX_TIMEOUT_x86-64 = "5" +# Skip menu and boot installer immediately +GRUB_TIMEOUT_x86-64 = "0" +AUTO_SYSLINUXMENU_x86-64 = "0" # grub-efi-native is needed in recipe-sysroot-native to generate the initial # configuration file for grub -- cgit v1.2.3-54-g00ecf