blob: 9455f5e91e8744dc4d590ae1650510cd03d320e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# /etc/inittab
::sysinit:/etc/init.d/rcS
::shutdown:/etc/init.d/rcK
tty1::askfirst:/sbin/getty 38400 tty1
tty2::askfirst:/sbin/getty 38400 tty2
tty3::askfirst:/sbin/getty 38400 tty3
tty4::askfirst:/sbin/getty 38400 tty4
tty5::askfirst:/sbin/getty 38400 tty5
tty6::askfirst:/sbin/getty 38400 tty6
::ctrlaltdel:/sbin/reboot
|