You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

59 lines
1.9 KiB

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