summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-15 21:29:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-16 09:47:56 +0000
commit0c58c1ecce70a8a2325bce4bdb282bdfeccb5b2e (patch)
treeb9522582a1838657ab7029cc949112f19fad6f8d
parent28d383e39c38077bff551e5c2605ad0f63872358 (diff)
downloadalpine-baselayout-0c58c1ecce70a8a2325bce4bdb282bdfeccb5b2e.tar.bz2
alpine-baselayout-0c58c1ecce70a8a2325bce4bdb282bdfeccb5b2e.tar.xz
inittab: minor cleanup
add 2 more ttys.
-rw-r--r--inittab4
1 files changed, 2 insertions, 2 deletions
diff --git a/inittab b/inittab
index f58d567..00c467d 100644
--- a/inittab
+++ b/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