summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-host-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'images/enea-nfv-access-host-common.inc')
-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