From 54d7bde90161b3e01a5e15260d08e79f39096fec Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Wed, 18 Dec 2019 21:04:42 +0300
Subject: add makefile

---
 inittab | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 inittab

(limited to 'inittab')

diff --git a/inittab b/inittab
new file mode 100644
index 0000000..2cd998c
--- /dev/null
+++ b/inittab
@@ -0,0 +1,11 @@
+::sysinit:/lib/init/rc.boot
+::restart:/sbin/init
+::shutdown:/lib/init/rc.shutdown
+::respawn:runsvdir -P /var/service 'log: ................................................................................................................................................................................................................................................................'
+
+tty1::respawn:/sbin/getty 38400 tty1
+tty2::respawn:/sbin/getty 38400 tty2
+tty3::respawn:/sbin/getty 38400 tty3
+tty4::respawn:/sbin/getty 38400 tty4
+tty5::respawn:/sbin/getty 38400 tty5
+tty6::respawn:/sbin/getty 38400 tty6
-- 
cgit v1.2.3