From 38e54a6019b45ef46880812080c41181e9377b5c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 4 Jun 2015 13:43:10 +0100 Subject: [PATCH] inittab: sample inittab --- Standalone/filesystem-src/etc-files/inittab | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Standalone/filesystem-src/etc-files/inittab diff --git a/Standalone/filesystem-src/etc-files/inittab b/Standalone/filesystem-src/etc-files/inittab new file mode 100644 index 00000000..38c1edd8 --- /dev/null +++ b/Standalone/filesystem-src/etc-files/inittab @@ -0,0 +1,12 @@ +# Inittab +id:3:initdefault: +# Start a shell first +si::sysinit:/bin/sh +# Run level s - a shell +is:s:respawn:/bin/sh +# Start up +rc::bootwait:/etc/rc +# Terminals +01:3:respawn:getty /dev/tty1 +02:3:off:getty /dev/tty2 +03:3:off:getty /dev/tty3 -- 2.34.1