summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2020-02-26 09:31:36 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2020-05-26 17:31:39 +0200
commitc24f42884c4cb6f8f21233747dce39611df1f172 (patch)
tree987af68c93458e2c0d61ace234868eedfca18669
parente1214b8dc8741581ef0c6a00394c1d070477eabf (diff)
downloadmeta-el-nfv-access-c24f42884c4cb6f8f21233747dce39611df1f172.tar.gz
Skip grub/syslinux menu on USB boot
Skip menus and boot default selection (installer initramfs) immediately Change-Id: I4c7acb2291663e3648f4cb13f7c238cb9c31c4d2 Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--images/enea-nfv-access-host-common.inc10
1 files 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"
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
24APPEND_x86-64 = "quiet" 24APPEND_x86-64 = "quiet"
25SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0" 25SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=ttyS0,115200"
26 26
27# Set timeout value, "10" - 1sec, "-1" disables the timeout 27# Skip menu and boot installer immediately
28GRUB_TIMEOUT_x86-64 = "5" 28GRUB_TIMEOUT_x86-64 = "0"
29 29AUTO_SYSLINUXMENU_x86-64 = "0"
30# Set SYSLINUX timeout value, "0" disables the timeout completely
31SYSLINUX_TIMEOUT_x86-64 = "5"
32 30
33# grub-efi-native is needed in recipe-sysroot-native to generate the initial 31# grub-efi-native is needed in recipe-sysroot-native to generate the initial
34# configuration file for grub 32# configuration file for grub