home *** CD-ROM | disk | FTP | other *** search
/ Chip 1994 February / CHIP0294.ISO / digital / test / linux / bootdisk / rootdisk.18 / etc / inittab < prev    next >
Encoding:
Text File  |  1994-06-08  |  791 b   |  32 lines

  1. #
  2. # inittab    This file describes how the INIT process should set up
  3. #        the system in a certain run-level.
  4. #
  5. # Version:    @(#)inittab        2.04    17/05/93    MvS
  6. #
  7. # Author:    Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
  8. #
  9. # Default runlevel.
  10. id:4:initdefault:
  11.  
  12. # System initialization (runs when system boots).
  13. si:S:sysinit:/etc/rc.d/rc.S 
  14.  
  15. # Script to run when going multi user.
  16. rc:123456:bootwait:/etc/rc.d/rc.M
  17.  
  18. # What to do at the "Three Finger Salute".
  19. ca::ctrlaltdel:/sbin/reboot
  20.  
  21. # What to do when power fails (shutdown to single user).
  22. pf::powerwait:/sbin/reboot > /dev/console < /dev/console 2>&1
  23.  
  24. #
  25. # Start 3 gettys. Has to be enough ...
  26. c1:12345:respawn:/sbin/agetty 38400 tty1
  27. c2:12345:respawn:/sbin/agetty 38400 tty2
  28. c3:45:respawn:/sbin/agetty 38400 tty3
  29.  
  30. # End of /etc/inittab
  31.