From 2a31f7cdd33726deacc97c373d44a1a6bc8d994d Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Mon, 9 Dec 2019 11:15:26 +0300
Subject: initial commit

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

(limited to 'etc/inittab')

diff --git a/etc/inittab b/etc/inittab
new file mode 100644
index 0000000..2cd998c
--- /dev/null
+++ b/etc/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