# slackware /etc/inittab # modifié par whygee@f-cpu.org # Default runlevel. (Do not set to 0 or 6) id:3:initdefault: # System initialization (runs when system boots). si:S:sysinit:/etc/rc.d/rc.S # Script to run when going single user (runlevel 1). su:1S:wait:/etc/rc.d/rc.K # Script to run when going multi user. rc:2345:wait:/etc/rc.d/rc.M # What to do at the "Three Finger Salute". ca::ctrlaltdel:/sbin/shutdown -t2 -h now # Runlevel 0 halts the system. l0:0:wait:/etc/rc.d/rc.0 # Runlevel 6 reboots the system. l6:6:wait:/etc/rc.d/rc.6 # These are the standard console login getties in multiuser mode: #c1:1235:respawn:/sbin/agetty 38400 tty1 linux #c2:1235:respawn:/sbin/agetty 38400 tty2 linux #c3:1235:respawn:/sbin/agetty 38400 tty3 linux c1:1235:respawn:/sbin/openvt -e -f -c1 -- /bin/vtpool c2:1235:respawn:/sbin/openvt -e -l -f -c2 -- /bin/bash -l c3:1235:respawn:/sbin/openvt -e -l -f -c3 -- /bin/bash -l c4:1235:respawn:/sbin/agetty 38400 tty4 linux c5:1235:respawn:/sbin/agetty 38400 tty5 linux c6:12345:respawn:/sbin/agetty 38400 tty6 linux x1:4:respawn:/etc/rc.d/rc.4 # End of /etc/inittab