mirror of
https://gitlab.alpinelinux.org/alpine/alpine-baselayout.git
synced 2025-04-19 09:42:19 +03:00
inittab: minor cleanup
add 2 more ttys.
This commit is contained in:
parent
28d383e39c
commit
0c58c1ecce
4
inittab
4
inittab
@ -8,6 +8,8 @@ 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 port
|
||||
#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100
|
||||
@ -17,6 +19,4 @@ tty4::respawn:/sbin/getty 38400 tty4
|
||||
|
||||
# Stuff to do before rebooting
|
||||
::shutdown:/sbin/rc shutdown
|
||||
null::shutdown:/bin/umount -a -r 2>/dev/null
|
||||
null::shutdown:/sbin/swapoff -a 2>/dev/null
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user