From 832396a3a2208d02d800c939639080cd160b9302 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Thu, 2 Jan 2014 13:22:40 +0100 Subject: Rootfs: /etc/inittab cleanup Signed-off-by: Abdoulaye Walsimou Gaye --- src/rootfs_skel/etc/inittab | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/rootfs_skel/etc/inittab b/src/rootfs_skel/etc/inittab index ee7818e..e64e1d0 100644 --- a/src/rootfs_skel/etc/inittab +++ b/src/rootfs_skel/etc/inittab @@ -1,14 +1,12 @@ # Initial system critical filesystems mounting (/proc, /dev, /sys, etc.) ::sysinit:/sbin/openrc sysinit + +# Goto other runlevels now ::wait:/sbin/openrc boot ::wait:/sbin/openrc default ::wait:/sbin/openrc null::sysinit:/sbin/udhcpc -# Set up a couple of getty's -#tty1::respawn:/sbin/getty 38400 tty1 -#tty2::respawn:/sbin/getty 38400 tty2 - # Put a getty on the serial port ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 @@ -16,7 +14,6 @@ ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 null::sysinit:/bin/touch /var/log/messages null::respawn:/sbin/syslogd -n -m 0 null::respawn:/sbin/klogd -n -#tty3::respawn:/usr/bin/tail -f /var/log/messages # What to do at the "Three Finger Salute" ::ctrlaltdel:/sbin/reboot -- cgit v1.2.3