# inittab, the main control. # $Id: inittab,v 1.2 2004/09/14 15:10:07 thomasez Exp $ # # 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.initrd ::respawn:/sbin/getty 38400 /dev/vc/1 #vc/1::respawn:/sbin/getty 38400 /dev/vc/1 vc/2::respawn:/sbin/getty 38400 /dev/vc/2 vc/4::respawn:/sbin/getty 38400 /dev/vc/4 vc/5::respawn:/sbin/getty 38400 /dev/vc/5 # Threefingers; ::ctrlaltdel:/sbin/reboot ::restart:/sbin/init # For a serial: