#NOTE: currently init has hardcoded a limit of 30 tty lines and a limit
#of 150 characters for every line (tty and other).
#If you need more tty lines or a longer PATH line for instance, you have to 
#change util-linux-*/login-utils/simpleinit.c (the settings are right after the
#includes) and recompile.

bootprog     =  runlevel.3
fileprefix   =  /sbin/init.d/
PATH         =  /sbin:/bin:/usr/sbin:/usr/bin
INIT_PATH    =  .:rc.1:rc.2:rc.3:rc.4:rc.5

tty1:linux:/sbin/agetty tty1 9600
tty2:linux:/sbin/agetty tty2 9600
tty3:linux:/sbin/agetty tty3 9600
tty4:linux:/sbin/agetty tty4 9600
tty5:linux:/sbin/agetty tty5 9600
tty6:linux:/sbin/agetty tty6 9600
                                         		         
finalprog    =
quietrollback=yes
ctrlaltdel   =/bin/sh -c "PATH=$INIT_ROOT:$PATH; echo $'\\a\\nAuf Wiedersehen!\\n' ; initctl -u -r"
#ctrlaltdel   =/sbin/shutdown -r -q now
