slitaz-boot-scripts diff etc/inittab @ rev 214

Added tag 3.4.1 for changeset 50b48a25519f
author Antoine Bodin <gokhlayeh@mailoo.org>
date Mon Jul 05 12:56:52 2010 +0200 (2010-07-05)
parents
children 68435a9c0843
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/etc/inittab	Mon Jul 05 12:56:52 2010 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +# /etc/inittab: init configuration for SliTaz GNU/Linux.
     1.5 +# Boot-time system configuration/initialization script.
     1.6 +#
     1.7 +::sysinit:/etc/init.d/rcS
     1.8 +
     1.9 +# /sbin/getty respawn shell invocations for selected ttys.
    1.10 +tty1::respawn:/sbin/getty 38400 tty1
    1.11 +tty2::respawn:/sbin/getty 38400 tty2
    1.12 +tty3::respawn:/sbin/getty 38400 tty3
    1.13 +tty4::respawn:/sbin/getty 38400 tty4
    1.14 +tty5::respawn:/sbin/getty 38400 tty5
    1.15 +tty6::respawn:/sbin/getty 38400 tty6
    1.16 +
    1.17 +# Stuff to do when restarting the init 
    1.18 +# process, or before rebooting.
    1.19 +::restart:/etc/init.d/rc.shutdown
    1.20 +::restart:/sbin/init
    1.21 +::ctrlaltdel:/sbin/reboot
    1.22 +::shutdown:/etc/init.d/rc.shutdown
    1.23 +