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

Last change on this file since 3082 was 3082, checked in by Bruno Cornec, 11 years ago

r5143@localhost: bruno | 2013-02-21 23:33:13 +0100

  • Adding an inittab file in order to avoid problems with CTR-ALT-DEL
File size: 483 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/shutdown -t3 -r now
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.