From 478677a809d094b7e60f27b80651d08593051208 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 13 Jan 2016 16:01:36 +0000 Subject: [PATCH] simplify inittab Signed-off-by: Justin Cormack --- alpine/etc/inittab | 8 -------- 1 file changed, 8 deletions(-) diff --git a/alpine/etc/inittab b/alpine/etc/inittab index e17cad7b1..a9fa9dfe2 100644 --- a/alpine/etc/inittab +++ b/alpine/etc/inittab @@ -3,14 +3,6 @@ ::sysinit:/sbin/rc sysinit ::wait:/sbin/rc default -# Set up a couple of getty's -#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