summaryrefslogtreecommitdiffstats
path: root/generic/etc/inittab
diff options
context:
space:
mode:
Diffstat (limited to 'generic/etc/inittab')
-rw-r--r--generic/etc/inittab13
1 files changed, 13 insertions, 0 deletions
diff --git a/generic/etc/inittab b/generic/etc/inittab
new file mode 100644
index 000000000..3ba682fbd
--- /dev/null
+++ b/generic/etc/inittab
@@ -0,0 +1,13 @@
+#
+# /etc/inittab
+#
+# $Id$
+#
+
+console::sysinit:/etc/init.d/rcS
+console::respawn:/sbin/getty -L @SPEED@ @CONSOLE@ vt100
+
+# Stuff to do before rebooting
+::ctrlaltdel:/sbin/reboot
+::shutdown:/bin/umount -a -r
+