# Based on minirc
# https://github.com/hut/minirc/blob/master/inittab

# Start "rc init" on boot
::sysinit:/usr/bin/rc

# Set up the TTY's 1 through 4
tty1::askfirst:/sbin/agetty -8 -s 38400 tty1 linux
tty2::respawn:/sbin/agetty -8 -s 38400 tty2 linux
tty3::respawn:/sbin/agetty -8 -s 38400 tty3 linux
tty4::respawn:/sbin/agetty -8 -s 38400 tty4 linux

# Stop all processes and unmount on shutdown
::shutdown:/usr/bin/rc shutdown
