1 #NOTE: currently init has hardcoded a limit of 30 tty lines and a limit
2 #of 150 characters for every line (tty and other).
5 fileprefix = /sbin/init.d/
6 PATH = /sbin:/bin:/usr/sbin:/usr/bin
7 INIT_PATH = .:runlevel.1:runlevel.2:runlevel.3:runlevel.4:runlevel.5
9 tty1:linux:/sbin/agetty tty1 9600
10 tty2:linux:/sbin/agetty tty2 9600
11 tty3:linux:/sbin/agetty tty3 9600
12 tty4:linux:/sbin/agetty tty4 9600
13 tty5:linux:/sbin/agetty tty5 9600
14 tty6:linux:/sbin/agetty tty6 9600
18 ctrlaltdel =/bin/sh -c "PATH=$INIT_ROOT:$PATH; echo $'\\a\\nAuf Wiedersehen!\\n' ; initctl -u -r -f"
19 #ctrlaltdel =/sbin/shutdown -r -q now