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

network.sh: use only last line of "su -c" output
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 24 12:34:34 2016 +0300 (2016-04-24)
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