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

Last change on this file since 3089 was 3089, checked in by Bruno Cornec, 11 years ago
  • Now that inittab is taken in account, fix it !
File size: 464 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
22su:S:wait:/bin/sh
Note: See TracBrowser for help on using the repository browser.