wok-tiny view base-tiny/stuff/etc/inittab @ rev 176

busybox: fix modules order
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 19:16:39 2021 +0000 (2021-07-14)
parents 8aceeb13c59a
children
line source
1 # Boot-time system configuration/initialization script.
2 ::sysinit:/etc/init.d/rcS 2>&1 | tee /var/log/boot.log
4 # getty respawn shell invocations for selected ttys.
5 tty1::askfirst:getty 38400 tty1
6 tty2::askfirst:getty 38400 tty2
8 # Stuff to do when restarting the init
9 # process, or before rebooting.
10 ::restart:/etc/init.d/rc.shutdown
11 ::restart:/init
12 ::ctrlaltdel:reboot
13 ::shutdown:/etc/init.d/rc.shutdown