Changed For 2.2
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user