# /etc/inittab
#
# Copyright (C) 2001 Erik Andersen <andersen@codepoet.org>
#
# Note: BusyBox init doesn't support runlevels.  The runlevels field is
# completely ignored by BusyBox init. If you want runlevels, use
# sysvinit.
#
# Format for each entry: <id>:<runlevels>:<action>:<process>
#
# id        == tty to run on, or empty for /dev/console
# runlevels == ignored
# action    == one of sysinit, respawn, askfirst, wait, and once
# process   == program to run

# Put a shell on the serial port
# RCW: We will assume that anyone connected to the serial
# port is root, so we don't need a login.
#
ttyAM0::askfirst:-/bin/sh

# We would use this if we wanted to make the user log in on
# the serial port.
#
# ::respawn:/sbin/getty 57600 ttyAM0

# Startup the system
#
null::sysinit:/etc/rc.sysinit

null::shutdown:/bin/umount -a
