From ee90b0bd526c3b15ea824667c3977e1b74affe2d Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 17 Jun 2008 13:55:02 +0200 Subject: [PATCH] system: Enable getty on the first serial port. --- etc/inittab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inittab b/etc/inittab index 04eabd6..2f0eb80 100644 --- a/etc/inittab +++ b/etc/inittab @@ -60,7 +60,7 @@ po::powerokwait:/etc/init.d/powerfail stop # Example how to put a getty on a serial line (for a terminal) # -#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 +T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100 #T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100 # Example how to put a getty on a modem line. -- 2.30.2