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