1
0
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:
Natanael Copa 2012-03-15 21:29:56 +00:00
parent 28d383e39c
commit 0c58c1ecce

View File

@ -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