|
Revision 1, 0.5 KB
(checked in by root, 6 years ago)
|
|
First post
|
| Line | |
|---|
| 1 | # inittab, the main control. |
|---|
| 2 | # |
|---|
| 3 | # Note: BusyBox init doesn't support runlevels. The runlevels field is |
|---|
| 4 | # completely ignored by BusyBox init. If you want runlevels, use |
|---|
| 5 | # sysvinit. |
|---|
| 6 | # |
|---|
| 7 | # Format for each entry: <id>:<runlevels>:<action>:<process> |
|---|
| 8 | # |
|---|
| 9 | # id == tty to run on, or empty for /dev/console |
|---|
| 10 | # runlevels == ignored |
|---|
| 11 | # action == one of sysinit, respawn, askfirst, wait, and once |
|---|
| 12 | # process == program to run |
|---|
| 13 | |
|---|
| 14 | # Startup the system |
|---|
| 15 | ::sysinit:/etc/rc.initrd |
|---|
| 16 | |
|---|
| 17 | # Threefingers; |
|---|
| 18 | ::ctrlaltdel:/sbin/reboot |
|---|
| 19 | ::restart:/sbin/init |
|---|
| 20 | |
|---|
| 21 | # For a serial: |
|---|
| 22 | |
|---|