diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-15 22:40:43 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-15 22:40:43 +0300 |
commit | cdbb3cf49fdbb7003d90eab72be0ea39477916bd (patch) | |
tree | 7b8e0e665491060d70c5e0baf5c1489ab4917cf8 | |
parent | d32d1c934ed55ef0d215a615c5107f8ef4be8f6d (diff) | |
download | init-cdbb3cf49fdbb7003d90eab72be0ea39477916bd.tar.gz |
removed inittab
-rw-r--r-- | inittab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/inittab b/inittab deleted file mode 100644 index e48c9be..0000000 --- a/inittab +++ /dev/null @@ -1,11 +0,0 @@ -::sysinit:INITDIR/rc.boot -::restart:/sbin/init -::shutdown:INITDIR/rc.shutdown -::respawn:runsvdir -P /var/service 'log: ................................................................................................................................................................................................................................................................' - -tty1::respawn:/sbin/agetty 38400 tty1 -tty2::respawn:/sbin/agetty 38400 tty2 -tty3::respawn:/sbin/agetty 38400 tty3 -tty4::respawn:/sbin/agetty 38400 tty4 -tty5::respawn:/sbin/agetty 38400 tty5 -tty6::respawn:/sbin/agetty 38400 tty6 |