# This is run first except when booting in single-user mode.
#
::sysinit:/etc/init.d/rcS
#       
#

#::respawn:/sbin/getty 38400 tty1
#tty1::respawn:-/bin/sh
#ttyS0::respawn:-/bin/sh
::respawn:/sbin/getty -L -n 115200 ttyS0 vt100
#ttyS1::respawn:-/bin/sh
#ttyS1::respawn:/sbin/getty -L ttyS1 38400 VT100

#        
# /sbin/getty invocations for selected ttys
#
#tty1::respawn:/sbin/getty 38400 tty1
tty2::respawn:/sbin/getty 38400 tty2
tty3::respawn:/sbin/getty 38400 tty3
tty4::respawn:/sbin/getty 38400 tty4
tty5::respawn:/sbin/getty 38400 tty5
tty6::respawn:/sbin/getty 38400 tty6
tty7::respawn:/sbin/getty 38400 tty7
tty8::respawn:/sbin/getty 38400 tty8
tty9::respawn:/sbin/getty 38400 tty9
#        
#        
# Example of how to put a getty on a serial line (for a terminal)
#
#::respawn:/sbin/getty -L ttyS0 38400 ttyS0
#::respawn:/sbin/getty -L ttyS1 38400 ttyS1
#::respawn:/sbin/getty -L ttyS2 38400 ttyS2
#::respawn:/sbin/getty -L ttyS3 38400 ttyS3
#::respawn:/sbin/getty -L ttyS1 9600 vt100
#
# Example how to put a getty on a modem line.
#::respawn:/sbin/getty 57600 ttyS2

::wait:/usr/bin/runscript

#       
# Stuff to do when restarting the init process
::restart:/sbin/init
#        
# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
::shutdown:/bin/umount -a -r
::shutdown:/sbin/swapoff -a



