From 55f29d380f9486a5fa736fcf36c93fb9703593f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 12 Mar 2009 15:32:55 +0000 Subject: [PATCH] - sX prefix ofr serial lines svn-id: @10208 --- inittab | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/inittab b/inittab index 39860926..022bd368 100644 --- a/inittab +++ b/inittab @@ -46,7 +46,8 @@ pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down" pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled" # Run agetty on serial port -# 0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100 +#s0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100 +#s1:12345:respawn:/sbin/agetty 115200 ttyS1 vt100 # Run gettys in standard runlevels 1:12345:respawn:/sbin/mingetty --noclear tty1 @@ -63,8 +64,8 @@ pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled" #12:2345:respawn:/sbin/mingetty tty12 # Examples -# 9:2345:respawn:/sbin/mingetty --mono tty9 -# 10:2345:respawn:/sbin/mingetty --remote-host=some.host.in.net.pl tty10 +#9:2345:respawn:/sbin/mingetty --mono tty9 +#10:2345:respawn:/sbin/mingetty --remote-host=some.host.in.net.pl tty10 # Run xdm in runlevel 5 #x:5:respawn:/usr/bin/X11/xdm -nodaemon -- 2.44.0