spacepaste

  1.  
  2. #
  3. # /etc/inittab: This file describes how the INIT process should set up
  4. # the system in a certain run-level.
  5. #
  6. # Author: Miquel van Smoorenburg, <miquels@cistron.nl>
  7. # Modified by: Patrick J. Volkerding, <volkerdi@ftp.cdrom.com>
  8. # Modified by: Daniel Robbins, <drobbins@gentoo.org>
  9. # Modified by: Martin Schlemmer, <azarah@gentoo.org>
  10. # Modified by: Mike Frysinger, <vapier@gentoo.org>
  11. # Modified by: Robin H. Johnson, <robbat2@gentoo.org>
  12. # Modified by: William Hubbs, <williamh@gentoo.org>
  13. #
  14. # $Id$
  15. # Default runlevel.
  16. id:3:initdefault:
  17. # System initialization, mount local filesystems, etc.
  18. si::sysinit:/sbin/openrc sysinit
  19. # Further system initialization, brings up the boot runlevel.
  20. rc::bootwait:/sbin/openrc boot
  21. l0:0:wait:/sbin/openrc shutdown
  22. l0s:0:wait:/sbin/halt -dhnp
  23. l1:1:wait:/sbin/openrc single
  24. l2:2:wait:/sbin/openrc nonetwork
  25. l3:3:wait:/sbin/openrc default
  26. l4:4:wait:/sbin/openrc default
  27. l5:5:wait:/sbin/openrc default
  28. l6:6:wait:/sbin/openrc reboot
  29. l6r:6:wait:/sbin/reboot -dkn
  30. #z6:6:respawn:/sbin/sulogin
  31. # new-style single-user
  32. su0:S:wait:/sbin/openrc single
  33. su1:S:wait:/sbin/sulogin
  34. # TERMINALS
  35. #x1:12345:respawn:/sbin/agetty 38400 console linux
  36. c1:12345:respawn:/sbin/agetty 38400 tty1 linux
  37. c2:2345:respawn:/sbin/agetty 38400 tty2 linux
  38. c3:2345:respawn:/sbin/agetty 38400 tty3 linux
  39. c4:2345:respawn:/sbin/agetty 38400 tty4 linux
  40. c5:2345:respawn:/sbin/agetty 38400 tty5 linux
  41. c6:2345:respawn:/sbin/agetty 38400 tty6 linux
  42. # SERIAL CONSOLES
  43. #s0:12345:respawn:/sbin/agetty -L 115200 ttyS0 vt100
  44. #s1:12345:respawn:/sbin/agetty -L 115200 ttyS1 vt100
  45. # What to do at the "Three Finger Salute".
  46. ca:12345:ctrlaltdel:/sbin/shutdown -r now
  47. # Used by /etc/init.d/xdm to control DM startup.
  48. # Read the comments in /etc/init.d/xdm for more
  49. # info. Do NOT remove, as this will start nothing
  50. # extra at boot if /etc/init.d/xdm is not added
  51. # to the "default" runlevel.
  52. x:a:once:/etc/X11/startDM.sh
  53.