home *** CD-ROM | disk | FTP | other *** search
/ ANews 2 / AnewsCD2.iso / LinuxPPC / Amiga / inittab < prev    next >
Text File  |  1999-10-08  |  2KB  |  58 lines

  1. #
  2. # inittab       This file describes how the INIT process should set up
  3. #               the system in a certain run-level.
  4. #
  5. # Author:       Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
  6. #               Modified for RHS Linux by Marc Ewing and Donnie Barnes
  7. #
  8.  
  9. # Default runlevel. The runlevels used by RHS are:
  10. #   0 - halt (Do NOT set initdefault to this)
  11. #   1 - Single user mode
  12. #   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
  13. #   3 - Full multiuser mode
  14. #   4 - unused
  15. #   5 - X11
  16. #   6 - reboot (Do NOT set initdefault to this)
  17. id:3:initdefault:
  18.  
  19. # System initialization.
  20. si::sysinit:/etc/rc.d/rc.sysinit
  21.  
  22. l0:0:wait:/etc/rc.d/rc 0
  23. l1:1:wait:/etc/rc.d/rc 1
  24. l2:2:wait:/etc/rc.d/rc 2
  25. l3:3:wait:/etc/rc.d/rc 3
  26. l4:4:wait:/etc/rc.d/rc 4
  27. l5:5:wait:/etc/rc.d/rc 5
  28. l6:6:wait:/etc/rc.d/rc 6
  29.  
  30. # Things to run in every runlevel.
  31. ud::once:/sbin/update
  32.  
  33. # Trap CTRL-ALT-DELETE
  34. ca::ctrlaltdel:/sbin/shutdown -t3 -r now
  35.  
  36. # When our UPS tells us power has failed, assume we have a few minutes
  37. # of power left.  Schedule a shutdown for 2 minutes from now.
  38. # This does, of course, assume you have powerd installed and your
  39. # UPS connected and working correctly.  
  40. pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"
  41.  
  42. # If power was restored before the shutdown kicked in, cancel it.
  43. pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
  44.  
  45.  
  46. # Run gettys in standard runlevels
  47. 1:12345:respawn:/sbin/mingetty tty1
  48. 2:2345:respawn:/sbin/mingetty tty2
  49. 3:2345:respawn:/sbin/mingetty tty3
  50. 4:2345:respawn:/sbin/mingetty tty4
  51. 5:2345:respawn:/sbin/mingetty tty5
  52. 6:2345:respawn:/sbin/mingetty tty6
  53.  
  54. # Run xdm in runlevel 5
  55. #x:5:respawn:/usr/bin/X11/xdm -nodaemon
  56. x:5:once:/opt/kde/bin/kdm -nodaemon
  57.