Changed For 2.2

This commit is contained in:
alick01
2021-03-03 13:09:51 +03:00
parent 66decb6eef
commit 6ec1a36887
6 changed files with 74 additions and 7 deletions
+36
View File
@@ -0,0 +1,36 @@
# /etc/inittab:
#
# This file describes how the INIT process should set up
# the system in a certain run-level.
# Default runlevel.
id:3:initdefault:
# System initialization, mount local filesystems, etc.
si::sysinit:/sbin/mudur.py sysinit
# Further system initialization, brings up the boot runlevel.
rc::bootwait:/sbin/mudur.py boot
l0:0:wait:/sbin/mudur.py shutdown
l1:1:wait:/sbin/mudur.py single
l2:2:wait:/sbin/mudur.py default
l3:3:wait:/sbin/mudur.py default
l4:4:wait:/sbin/mudur.py default
l5:5:wait:/sbin/mudur.py default
l6:6:wait:/sbin/mudur.py reboot
#z6:6:respawn:/sbin/sulogin
c1:2345:respawn:/sbin/mingetty --noclear --autologin root tty1
c2:2345:respawn:/sbin/mingetty --noclear --autologin root tty2
c3:2345:respawn:/sbin/mingetty --noclear --autologin root tty3
c4:2345:respawn:/sbin/mingetty --noclear --autologin root tty4
c5:2345:respawn:/sbin/mingetty --noclear --autologin root tty5
c6:2345:respawn:/sbin/mingetty --noclear --autologin root tty6
# SERIAL CONSOLES
#s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
#s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now