removed lfs-commands
[linux_from_scratch.git] / bootscripts / contrib / new-boot-0.2 / etc / inittab
blob555c6e60676e6aa5b7a95e1f099e9a44c5b04041
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).
4 bootprog     =  rc 3
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
15                                                                  
16 finalprog    =
17 quietrollback=yes
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