seb diff initfs/etc/inittab @ rev 8

Add initfs (base files used to init the seb OS
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 06 16:42:57 2017 +0100 (2017-03-06)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/initfs/etc/inittab	Mon Mar 06 16:42:57 2017 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +# /etc/inittab: init configuration for SliTaz GNU/Linux.
     1.5 +
     1.6 +::sysinit:/etc/init.d/rcS
     1.7 +
     1.8 +# getty respawn shell invocations for selected ttys
     1.9 +tty1::respawn:/sbin/getty 38400 tty1
    1.10 +tty2::askfirst:-/bin/sh
    1.11 +
    1.12 +::ctrlaltdel:/bin/umount -a -r
    1.13 +::ctrlaltdel:/sbin/reboot
    1.14 +