source: MondoRescue/branches/3.0/mindi/rootfs/etc/inittab@ 3153

Last change on this file since 3153 was 3090, checked in by Bruno Cornec, 11 years ago
  • Try to improve ctrl-alt-del detection by adding busybox options (including syslog, klog which were missing). showkey show that the sendkey from KVM generates the right keycodes, but a release RETURN key is seen in the middle that may make this test a void one, compared to a real physical test.
  • rcS now alos displays messages on tty9
  • more inittab cleanups taken from various examples
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.