diff options
| author | Martin Borg <martin.borg@enea.com> | 2020-02-26 09:31:36 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2020-05-26 17:31:39 +0200 |
| commit | c24f42884c4cb6f8f21233747dce39611df1f172 (patch) | |
| tree | 987af68c93458e2c0d61ace234868eedfca18669 /images | |
| parent | e1214b8dc8741581ef0c6a00394c1d070477eabf (diff) | |
| download | meta-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>
Diffstat (limited to 'images')
| -rw-r--r-- | images/enea-nfv-access-host-common.inc | 10 |
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" | |||
| 22 | GRUB_GFXSERIAL_x86-64 = "1" | 22 | GRUB_GFXSERIAL_x86-64 = "1" |
| 23 | # Append default parameters for x86-64 targets | 23 | # Append default parameters for x86-64 targets |
| 24 | APPEND_x86-64 = "quiet" | 24 | APPEND_x86-64 = "quiet" |
| 25 | SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0" | 25 | SYSLINUX_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 |
| 28 | GRUB_TIMEOUT_x86-64 = "5" | 28 | GRUB_TIMEOUT_x86-64 = "0" |
| 29 | 29 | AUTO_SYSLINUXMENU_x86-64 = "0" | |
| 30 | # Set SYSLINUX timeout value, "0" disables the timeout completely | ||
| 31 | SYSLINUX_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 |
