8-15-22
This commit is contained in:
18
scripts/sysfiles/inittab
Normal file
18
scripts/sysfiles/inittab
Normal file
@@ -0,0 +1,18 @@
|
||||
# /etc/inittab
|
||||
|
||||
::sysinit:/etc/rc.d/startup
|
||||
|
||||
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
|
||||
|
||||
# Put a getty on the serial line (for a terminal). Uncomment this line if
|
||||
# you're using a serial console on ttyS0, or uncomment and adjust it if using a
|
||||
# serial console on a different serial port.
|
||||
#::respawn:/sbin/getty -L ttyS0 115200 vt100
|
||||
|
||||
::shutdown:/etc/rc.d/shutdown
|
||||
::ctrlaltdel:/sbin/reboot
|
||||
Reference in New Issue
Block a user