From 347f4cdbe1bf619393f7c2de01348c002de20e4c Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Thu, 21 Jun 2018 17:38:03 +0200 Subject: fix missing console option in grub take another aproach on setting the console options for syslinux and grub since GRUB_SERIAL is used only for graphical interface which is not on our interest. Signed-off-by: Adrian Calianu --- images/enea-nfv-access-host-common.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc index b4e8eff..926e56f 100644 --- a/images/enea-nfv-access-host-common.inc +++ b/images/enea-nfv-access-host-common.inc @@ -8,9 +8,10 @@ IMAGE_INSTALL += " \ LABELS_LIVE = "live-boot installer" # Append default parameters for x86-64 targets and avoid duplicate serial configs -APPEND_x86-64 = "quiet" -GRUB_SERIAL_x86-64 = "console=ttyS0,115200 console=tty0" -SYSLINUX_SERIAL_TTY_x86-64 = "console=ttyS0,115200 console=tty0" +APPEND_x86-64 = "console=ttyS0,115200 console=tty0 quiet" +GRUB_SERIAL_x86-64 = "" +SYSLINUX_DEFAULT_CONSOLE_x86-64 = "" +SYSLINUX_SERIAL_TTY_x86-64 = "" # Set timeout values GRUB_TIMEOUT_x86-64 = "10" -- cgit v1.2.3-54-g00ecf