From 04db84c87ebb2ef448c2e67e4697fd68ba1be975 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Fri, 5 Mar 2010 18:46:46 -0300 Subject: Add support for serial console 9600 because is the default speed when no other parameter than console=ttyS0 is used. Signed-off-by: Gerardo Exequiel Pozzi --- inittab | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inittab b/inittab index 7d14f18..ccc1b40 100644 --- a/inittab +++ b/inittab @@ -31,6 +31,9 @@ c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux +# Serial Virtual Console for KVM and others VMs +#s0:2345:respawn:/sbin/agetty -8 9600 ttyS0 linux + # Hypervisor Virtual Console for Xen and KVM #h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux -- cgit v1.2.3