source: MondoRescue/branches/3.1/mindi/rootfs/etc/inittab@ 3147

Last change on this file since 3147 was 3147, checked in by Bruno Cornec, 11 years ago
  • First pass on svn merge -r 2935:3146 ../3.0
File size: 442 bytes
Line 
1#
2# inittab This file describes how the INIT process should set up
3# the system in the mindi-busybox context
4#
5
6# Order is important, read from bottom to top
7
8# By default launch the MondoRescue script
9console::sysinit:/etc/init.d/rcS
10
11console::restart:/sbin/init
12
13# Trap CTRL-ALT-DELETE
14null::ctrlaltdel:/sbin/reboot
15
16null::shutdown:/bin/killall klogd
17null::shutdown:/bin/killall syslogd
18null::shutdown:/bin/umount -a -r
Note: See TracBrowser for help on using the repository browser.