# /etc/inittab # $Id$ # # Copyright (C) 2001 Erik Andersen # # 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 == tty to run on, or empty for /dev/console # runlevels == ignored # action == one of sysinit, respawn, askfirst, wait, and once # process == program to run # Startup the system ::sysinit:/etc/rc.d/init.d/rc sysinit # enter boot runlevel ::sysinit:/etc/rc.d/init.d/rc boot # Logging junk null::sysinit:/bin/touch /var/log/messages null::respawn:/sbin/syslogd -n -m 0 null::respawn:/sbin/klogd -n # Set up a couple of getty's tty1::respawn:/usr/bin/mcore-install #tty1::respawn:/bin/login -f root tty2::respawn:/bin/login -f root tty3::respawn:/bin/login -f root tty4::respawn:/bin/login -f root # Stuff to do for the 3-finger salute ::ctrlaltdel:/sbin/reboot # Stuff to do before rebooting ::shutdown:/etc/rc.d/init.d/rc shutdown