diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-18 21:04:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-18 21:04:42 +0300 |
commit | 54d7bde90161b3e01a5e15260d08e79f39096fec (patch) | |
tree | 115c5be853dc5a3be418c75dc4d9d5f3095a874c /etc | |
parent | 758d2e63839218d68b1a78a9571a263f58640a2d (diff) | |
download | init-54d7bde90161b3e01a5e15260d08e79f39096fec.tar.gz |
add makefile
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inittab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/inittab b/etc/inittab deleted file mode 100644 index 2cd998c..0000000 --- a/etc/inittab +++ /dev/null @@ -1,11 +0,0 @@ -::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 |