summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2019-01-30 12:13:38 +0100
committerSona Sarmadi <sona.sarmadi@enea.com>2019-01-30 12:29:44 +0100
commit432eeeec4923f939a25728b13983b3f6b9055cbd (patch)
tree83bbdba95b7070473ba2cff9f6da8e3382484dc2
parent016f322fce4f521fafc04d44acdff7839d238d7d (diff)
downloadmeta-el-nfv-access-432eeeec4923f939a25728b13983b3f6b9055cbd.tar.gz
Disable automatic boot selection in installer
Change-Id: Ifc322d78f4ef8634b16635fd0e8b008f6a56473c Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
-rw-r--r--images/enea-nfv-access-host-common.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index 88ca13b..2d19f3c 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -14,10 +14,9 @@ GRUB_GFXSERIAL_x86-64 = "1"
14APPEND_x86-64 = "quiet" 14APPEND_x86-64 = "quiet"
15SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0" 15SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=tty0"
16 16
17# Set timeout values 17# Set timeout values, "10" - 1sec, "-1" disables the timeout
18GRUB_TIMEOUT_x86-64 = "10" 18GRUB_TIMEOUT_x86-64 = "-1"
19# 10 - 1sec 19SYSLINUX_TIMEOUT_x86-64 = "-1"
20SYSLINUX_TIMEOUT_x86-64 = "50"
21 20
22# grub-efi-native is needed in recipe-sysroot-native to generate the initial 21# grub-efi-native is needed in recipe-sysroot-native to generate the initial
23# configuration file for grub 22# configuration file for grub