slitaz-boot-scripts view etc/inittab @ rev 446

network.sh: stop wpa_cli interactive mode with static_ip
author Richard Dunbar <mojo@slitaz.org>
date Fri Oct 27 12:18:19 2017 -0400 (2017-10-27)
parents c8e1e2cba56a
children
line source
1 # /etc/inittab: init configuration for SliTaz GNU/Linux.
2 # Boot-time system configuration/initialization script.
3 #
4 ::sysinit:/etc/init.d/rcS
6 # /sbin/getty respawn shell invocations for selected ttys.
7 tty1::respawn:/sbin/getty 38400 tty1
8 tty2::respawn:/sbin/getty 38400 tty2
9 tty3::respawn:/sbin/getty 38400 tty3
10 tty4::respawn:/sbin/getty 38400 tty4
11 tty5::respawn:/sbin/getty 38400 tty5
12 tty6::respawn:/sbin/getty 38400 tty6
14 # Stuff to do when restarting the init
15 # process, or before rebooting.
16 ::restart:/etc/init.d/rc.shutdown
17 ::restart:/sbin/init
18 ::ctrlaltdel:/sbin/reboot
19 ::shutdown:/etc/init.d/rc.shutdown