diff core/sysvinit/inittab @ 1214:fccafe36014b

core/sysvinit: remove
author David Demelier <markand@malikania.fr>
date Tue, 27 Jul 2021 16:45:51 +0200
parents 4db6f80bd483
children 3214f7fed454
line wrap: on
line diff
--- a/core/sysvinit/inittab	Tue Nov 19 20:05:00 2019 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-#
-# /etc/inittab -- init system configuration
-#
-
-#
-# Vanilla Linux recommends the following runlevels:
-#
-# S: single user mode (no services at all)
-# 1: single user mode
-# 2: multi user mode (console)
-# 3: multi user mode (graphical)
-# 4, 5: unused but kept to administrator discretion.
-#
-# The following run levels are special and must not be used as default:
-#
-# 0: power off
-# 6: reboot
-#
-
-# Default run level.
-id:2:initdefault:
-
-# System initialization.
-si::sysinit:/etc/rc.init
-
-# Runlevels.
-lS:S:wait:/bin/sulogin
-l0:0:wait:/etc/rc.shutdown 0
-l1:1:wait:/etc/rc.start 1
-l2:2:wait:/etc/rc.start 2
-l3:3:wait:/etc/rc.start 3
-l4:4:wait:/etc/rc.start 4
-l5:5:wait:/etc/rc.start 5
-l6:6:wait:/etc/rc.shutdown 6
-
-# Shutdown on ctrl+alt+delete.
-ca::ctrlaltdel:/bin/shutdown -t1 -h now
-
-# Console terminals.
-c1:2345:respawn:/bin/agetty --noclear 38400 tty1 linux
-c2:2345:respawn:/bin/agetty 38400 tty2 linux
-c3:2345:respawn:/bin/agetty 38400 tty3 linux
-c4:2345:respawn:/bin/agetty 38400 tty4 linux
-c5:2345:respawn:/bin/agetty 38400 tty5 linux
-c6:2345:respawn:/bin/agetty 38400 tty6 linux