summaryrefslogtreecommitdiff
path: root/docs/busybox.pod
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-18 20:36:02 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-18 20:36:02 +0000
commit0d2acb0eadf2d6ae9d60fa3fe9f897e254eaadda (patch)
tree60d041f1c0f5b660f456a55782c97cbe2bd628e3 /docs/busybox.pod
parent86349776d0006440c0fefab7dc05a38329bcc466 (diff)
downloadbusybox-w32-0d2acb0eadf2d6ae9d60fa3fe9f897e254eaadda.tar.gz
busybox-w32-0d2acb0eadf2d6ae9d60fa3fe9f897e254eaadda.tar.bz2
busybox-w32-0d2acb0eadf2d6ae9d60fa3fe9f897e254eaadda.zip
Doc update from Matt Kraai, better describing the init process.
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r--docs/busybox.pod11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 4dd3a3a98..8f6e1381c 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -887,10 +887,11 @@ If you choose to use an /etc/inittab file, the inittab entry format is as follow
887 the specified process to run on. The contents of this field are 887 the specified process to run on. The contents of this field are
888 appended to "/dev/" and used as-is. There is no need for this field to 888 appended to "/dev/" and used as-is. There is no need for this field to
889 be unique, although if it isn't you may have strange results. If this 889 be unique, although if it isn't you may have strange results. If this
890 field is left blank, it is completely ignored. Also note that if 890 field is left blank, the controlling tty is set to the console. Also
891 BusyBox detects that a serial console is in use, then all entries 891 note that if BusyBox detects that a serial console is in use, then only
892 containing non-empty id fields will _not_ be run. BusyBox init does 892 entries whose controlling tty is either the serial console or /dev/null
893 nothing with utmp. We don't need no stinkin' utmp. 893 will be run. BusyBox init does nothing with utmp. We don't need no
894 stinkin' utmp.
894 895
895 <runlevels>: 896 <runlevels>:
896 897
@@ -2293,4 +2294,4 @@ Enrique Zanardi <ezanardi@ull.es>
2293 2294
2294=cut 2295=cut
2295 2296
2296# $Id: busybox.pod,v 1.83 2000/12/13 17:59:37 andersen Exp $ 2297# $Id: busybox.pod,v 1.84 2000/12/18 20:36:02 andersen Exp $