#
# /etc/inittab
#

# Specify things to do when starting
::sysinit:/etc/rc.d/rcS

# Specify things to do before rebooting
::ctrlaltdel:/bin/umount -a -r > /dev/null 2>&1
::ctrlaltdel:/sbin/swapoff -a > /dev/null 2>&1

# Specify program to run on tty1
#::respawn:/sbin/getty 9600 -
#::respawn:/sbin/getty 115200 -
::respawn:/sbin/getty 115200 ttySC1

# Specify program to run on tty2
#tty2::respawn:/sbin/getty 9600 tty2
tty2::respawn:/sbin/getty 115200 tty2

