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

Rollback rev 238 to release 4.1.2: it screw usb plug (mouse doesn't works into X)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Mar 27 01:46:32 2011 +0100 (2011-03-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