summaryrefslogtreecommitdiff
path: root/root/etc/inittab
Side-by-side diff
Diffstat (limited to 'root/etc/inittab') (more/less context) (ignore whitespace changes)
-rw-r--r--root/etc/inittab34
1 files changed, 34 insertions, 0 deletions
diff --git a/root/etc/inittab b/root/etc/inittab
new file mode 100644
index 0000000..092694b
--- a/dev/null
+++ b/root/etc/inittab
@@ -0,0 +1,34 @@
+# /etc/inittab
+# The default runlevel.
+id:2:initdefault:
+
+# Boot-time system configuration/initialization script.
+# This is run first except when booting in emergency (-b) mode.
+si::sysinit:/etc/init.d/rcS
+
+# What to do in single-user mode.
+~~:S:wait:/sbin/sulogin
+
+# /etc/init.d executes the S and K scripts upon change
+# of runlevel.
+#
+# Runlevel 0 is halt.
+# Runlevel 1 is single-user.
+# Runlevels 2-5 are multi-user.
+# Runlevel 6 is reboot.
+
+l0:0:wait:/etc/init.d/rc 0
+l1:1:wait:/etc/init.d/rc 1
+l2:2:wait:/etc/init.d/rc 2
+l6:6:wait:/etc/init.d/rc 6
+# Normally not reached, but fallthrough in case of emergency.
+z6:6:respawn:/bin/sh
+
+# What to do when the power fails/returns.
+pf::powerwait:/etc/init.d/powerfail start
+pn::powerfailnow:/etc/init.d/powerfail now
+po::powerokwait:/etc/init.d/powerfail stop
+
+T0:45:respawn:/sbin/getty -L ttySA0 115200 vt100
+pd:23:respawn:/usr/sbin/pppd /dev/ttySA0 -detach
+