|
Last change
on this file was 3147, checked in by Bruno Cornec, 13 years ago |
- First pass on svn merge -r 2935:3146 ../3.0
|
|
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
|
|---|
| 9 | console::sysinit:/etc/init.d/rcS
|
|---|
| 10 |
|
|---|
| 11 | console::restart:/sbin/init
|
|---|
| 12 |
|
|---|
| 13 | # Trap CTRL-ALT-DELETE
|
|---|
| 14 | null::ctrlaltdel:/sbin/reboot
|
|---|
| 15 |
|
|---|
| 16 | null::shutdown:/bin/killall klogd
|
|---|
| 17 | null::shutdown:/bin/killall syslogd
|
|---|
| 18 | null::shutdown:/bin/umount -a -r
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.