blob: 5f4a5fab578bdd19b49084480bef919b9a5e3449 (
plain)
1
2
3
4
5
6
7
8
9
|
# /etc/inittab init(8)
::sysinit:/etc/init.d/rcS
::shutdown:/bin/umount -a -r
::restart:/sbin/init
# this could be really unsafe in production
::respawn:/sbin/getty -L ttyS0 115200 vt100
ttyS0::respawn:-/bin/login -f root
|