From b9a2f4277ea8f76d844ce2f9c80ffd1cc980d1e9 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Tue, 17 Aug 2021 19:43:40 +0200 Subject: machine conf: extend serials for VGA Installer create shells for every configured SERIAL_CONSOLES. It works fine for serial connections but there are cases when installer is run in a VM where only VGA is availbale. update1: - removed tty1 since in VMware both VGA consoles where redirected into the same output and it was a strange behaviour in shell. Change-Id: Ie8c312ba7e1b2c33343837724bad8a1829158b24 Signed-off-by: Adrian Calianu --- conf/machine/xeon-d.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/xeon-d.conf') diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf index 42e1843..02bd19b 100644 --- a/conf/machine/xeon-d.conf +++ b/conf/machine/xeon-d.conf @@ -40,7 +40,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \ " SYSLINUX_OPTS = "serial 0 115200" -SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2 tty0" APPEND += "rootwait console=ttyS0,115200 console=tty0" SOTA_MACHINE ?= "${MACHINE}" -- cgit v1.2.3-54-g00ecf