Update the sample inittab to add the "ctrlaltdel" action.

Note a bug in busybox init that I need to fix.
 -Erik
This commit is contained in:
Erik Andersen
2000-02-09 04:40:25 +00:00
parent e132f4b09e
commit d7ce5e7802
3 changed files with 14 additions and 6 deletions

4
TODO
View File

@@ -10,6 +10,10 @@ around to it some time. If you have any good ideas, please let me know.
separate package (named perhaps tiny-netkit?). This currently includes
hostid, hostname, mnc, and ping.
* init's waitfor() calls wait() which can catch and ignore the wrong pid
exiting. That other process is then not restarted.
-Erik