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

Last change on this file since 3087 was 3087, checked in by Bruno Cornec, 11 years ago
  • ctrlaltdel now should call reboot, easier and without syntax issue in mindi's inittab.
File size: 470 bytes
Line 
1#
2# inittab This file describes how the INIT process should set up
3# the system in a certain run-level.
4#
5# Default runlevel for MondoRescue 3
6#
7id:3:initdefault:
8
9# Trap CTRL-ALT-DELETE
10ca::ctrlaltdel:/sbin/reboot
11#::ctrlaltdel:/bin/umount -a -r
12
13::respawn:-/bin/sh
14tty2::askfirst:-/bin/sh
15tty3::askfirst:-/bin/sh
16tty4::askfirst:-/bin/sh
17tty5::askfirst:-/bin/sh
18tty6::askfirst:-/bin/sh
19tty7::askfirst:-/bin/sh
20
21# Single user mode
22~~:S:wait:/bin/sh
Note: See TracBrowser for help on using the repository browser.