wok-tiny annotate 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
rev   line source
pascal@94 1 # Boot-time system configuration/initialization script.
pascal@132 2 ::sysinit:/etc/init.d/rcS 2>&1 | tee /var/log/boot.log
pascal@94 3
pascal@102 4 # getty respawn shell invocations for selected ttys.
pascal@102 5 tty1::askfirst:getty 38400 tty1
pascal@102 6 tty2::askfirst:getty 38400 tty2
pascal@94 7
pascal@94 8 # Stuff to do when restarting the init
pascal@94 9 # process, or before rebooting.
pascal@94 10 ::restart:/etc/init.d/rc.shutdown
pascal@94 11 ::restart:/init
pascal@102 12 ::ctrlaltdel:reboot
pascal@94 13 ::shutdown:/etc/init.d/rc.shutdown
pascal@94 14