diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-03-05 18:46:46 -0300 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-12-13 10:43:19 +0100 |
commit | 04db84c87ebb2ef448c2e67e4697fd68ba1be975 (patch) | |
tree | 689d94c56132a879421ddd06a3749f0f6326ea8a /inittab | |
parent | d5c7cb40172e810293abbe4267fb814180ce6e25 (diff) |
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 <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'inittab')
-rw-r--r-- | inittab | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |