1
::sysinit:/etc/rc.d/rc.sysinit
3
# arm serial port logins
5
#ttyAMA0::respawn:/sbin/getty -L -f /etc/issue.tty 115200 ttyAMA0 vt100
6
#ttyAMA1::respawn:/sbin/getty -L -f /etc/issue.tty 115200 ttyAMA1 vt100
7
#ttyAMA2::respawn:/sbin/getty -L -f /etc/issue.tty 115200 ttyAMA2 vt100
8
#ttyAMA3::respawn:/sbin/getty -L -f /etc/issue.tty 115200 ttyAMA3 vt100
10
# arm omap serial port logins
12
#ttyO0::respawn:/sbin/getty -L -f /etc/issue.tty 115200 ttyO0 vt100
13
#ttyO1::respawn:/sbin/getty -L -f /etc/issue.tty 115200 ttyO1 vt100
14
#ttyO2::respawn:/sbin/getty -L -f /etc/issue.tty 115200 ttyO2 vt100
15
#ttyO3::respawn:/sbin/getty -L -f /etc/issue.tty 115200 ttyO3 vt100
17
# pc, ppc serial port login
19
#ttyS0::respawn:/sbin/getty -L -f /etc/issue.tty 9600 ttyS0 vt100
20
#ttyS1::respawn:/sbin/getty -L -f /etc/issue.tty 9600 ttyS1 vt100
21
#ttyS2::respawn:/sbin/getty -L -f /etc/issue.tty 9600 ttyS2 vt100
22
#ttyS3::respawn:/sbin/getty -L -f /etc/issue.tty 9600 ttyS3 vt100
24
tty1::respawn:/sbin/getty 115200 tty1
25
#tty2::respawn:/sbin/getty 115200 tty2
26
#tty3::respawn:/sbin/getty 115200 tty3
27
#tty4::respawn:/sbin/getty 115200 tty4
28
#tty5::respawn:/sbin/getty 115200 tty5
29
#tty6::respawn:/sbin/getty 115200 tty6
31
::ctrlaltdel:/sbin/reboot
32
::shutdown:/etc/rc.d/rc.sysdone