aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/inittab8
1 files changed, 1 insertions, 7 deletions
diff --git a/examples/inittab b/examples/inittab
index c4e0af514..01ceaef25 100644
--- a/examples/inittab
+++ b/examples/inittab
@@ -15,10 +15,7 @@
15# the specified process to run on. The contents of this field are 15# the specified process to run on. The contents of this field are
16# appended to "/dev/" and used as-is. There is no need for this field to 16# appended to "/dev/" and used as-is. There is no need for this field to
17# be unique, although if it isn't you may have strange results. If this 17# be unique, although if it isn't you may have strange results. If this
18# field is left blank, it is completely ignored. Also note that if 18# field is left blank, then the init's stdin/out will be used.
19# BusyBox detects that a serial console is in use, then all entries
20# containing non-empty id fields will be ignored. BusyBox init does
21# nothing with utmp. We don't need no stinkin' utmp.
22# 19#
23# <runlevels>: The runlevels field is completely ignored. 20# <runlevels>: The runlevels field is completely ignored.
24# 21#
@@ -43,9 +40,6 @@
43# ::shutdown:/sbin/swapoff -a 40# ::shutdown:/sbin/swapoff -a
44# ::shutdown:/bin/umount -a -r 41# ::shutdown:/bin/umount -a -r
45# ::restart:/sbin/init 42# ::restart:/sbin/init
46#
47# if it detects that /dev/console is _not_ a serial console, it will
48# also run:
49# tty2::askfirst:/bin/sh 43# tty2::askfirst:/bin/sh
50# tty3::askfirst:/bin/sh 44# tty3::askfirst:/bin/sh
51# tty4::askfirst:/bin/sh 45# tty4::askfirst:/bin/sh