diff options
-rw-r--r-- | images/enea-nfv-access-host-common.inc | 7 |
1 files 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 += " \ | |||
8 | LABELS_LIVE = "live-boot installer" | 8 | LABELS_LIVE = "live-boot installer" |
9 | 9 | ||
10 | # Append default parameters for x86-64 targets and avoid duplicate serial configs | 10 | # Append default parameters for x86-64 targets and avoid duplicate serial configs |
11 | APPEND_x86-64 = "quiet" | 11 | APPEND_x86-64 = "console=ttyS0,115200 console=tty0 quiet" |
12 | GRUB_SERIAL_x86-64 = "console=ttyS0,115200 console=tty0" | 12 | GRUB_SERIAL_x86-64 = "" |
13 | SYSLINUX_SERIAL_TTY_x86-64 = "console=ttyS0,115200 console=tty0" | 13 | SYSLINUX_DEFAULT_CONSOLE_x86-64 = "" |
14 | SYSLINUX_SERIAL_TTY_x86-64 = "" | ||
14 | 15 | ||
15 | # Set timeout values | 16 | # Set timeout values |
16 | GRUB_TIMEOUT_x86-64 = "10" | 17 | GRUB_TIMEOUT_x86-64 = "10" |