aboutsummaryrefslogtreecommitdiff
path: root/inittab
diff options
context:
space:
mode:
Diffstat (limited to 'inittab')
-rw-r--r--inittab29
1 files changed, 29 insertions, 0 deletions
diff --git a/inittab b/inittab
new file mode 100644
index 0000000..637dc34
--- /dev/null
+++ b/inittab
@@ -0,0 +1,29 @@
+#
+# /etc/inittab
+#
+
+# Runlevels:
+# 0 Halt
+# 1(S) Single-user
+# 2 Multi-user
+# 3-5 Not used
+# 6 Reboot
+
+id:2:initdefault:
+
+rc::sysinit:/etc/rc.sysinit
+rs:S1:wait:/etc/rc.single
+rm:2:wait:/etc/rc.multi
+rh:06:wait:/etc/rc.shutdown
+su:S:wait:/sbin/sulogin -p
+
+c1:2:respawn:/sbin/agetty 38400 vc/1 linux
+c2:2:respawn:/sbin/agetty 38400 vc/2 linux
+c3:2:respawn:/sbin/agetty 38400 vc/3 linux
+c4:2:respawn:/sbin/agetty 38400 vc/4 linux
+c5:2:respawn:/sbin/agetty 38400 vc/5 linux
+c6:2:respawn:/sbin/agetty 38400 vc/6 linux
+
+ca::ctrlaltdel:/sbin/shutdown -t3 -r now
+
+# End of file