|
Last change
on this file since 3082 was 3082, checked in by Bruno Cornec, 13 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 | #
|
|---|
| 7 | id:3:initdefault:
|
|---|
| 8 |
|
|---|
| 9 | # Trap CTRL-ALT-DELETE
|
|---|
| 10 | ca::ctrlaltdel:/sbin/shutdown -t3 -r now
|
|---|
| 11 | #::ctrlaltdel:/bin/umount -a -r
|
|---|
| 12 |
|
|---|
| 13 | ::respawn:-/bin/sh
|
|---|
| 14 | tty2::askfirst:-/bin/sh
|
|---|
| 15 | tty3::askfirst:-/bin/sh
|
|---|
| 16 | tty4::askfirst:-/bin/sh
|
|---|
| 17 | tty5::askfirst:-/bin/sh
|
|---|
| 18 | tty6::askfirst:-/bin/sh
|
|---|
| 19 | tty7::askfirst:-/bin/sh
|
|---|
| 20 |
|
|---|
| 21 | # Single user mode
|
|---|
| 22 | ~~:S:wait:/bin/sh
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.