From: Matthijs Kooijman Date: Tue, 17 Jun 2008 11:55:02 +0000 (+0200) Subject: system: Enable getty on the first serial port. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Ftika.git;a=commitdiff_plain;h=ee90b0bd526c3b15ea824667c3977e1b74affe2d system: Enable getty on the first serial port. --- 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.