Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  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.1 2010/01/08 16:55:07 williamh Exp $
  13.  
  14. # Default runlevel.
  15. id:3:initdefault:
  16.  
  17. # System initialization, mount local filesystems, etc.
  18. si::sysinit:/sbin/rc sysinit
  19.  
  20. # Further system initialization, brings up the boot runlevel.
  21. rc::bootwait:/sbin/rc boot
  22.  
  23. l0:0:wait:/sbin/rc shutdown
  24. l0s:0:wait:/sbin/halt -dhp
  25. l1:1:wait:/sbin/rc single
  26. l2:2:wait:/sbin/rc nonetwork
  27. l3:3:wait:/sbin/rc default
  28. l4:4:wait:/sbin/rc default
  29. l5:5:wait:/sbin/rc default
  30. l6:6:wait:/sbin/rc reboot
  31. l6r:6:wait:/sbin/reboot -dk
  32. #z6:6:respawn:/sbin/sulogin
  33.  
  34. # new-style single-user
  35. su0:S:wait:/sbin/rc single
  36. su1:S:wait:/sbin/sulogin
  37.  
  38. # TERMINALS
  39. c1:12345:respawn:/sbin/agetty 38400 tty1 linux
  40. c2:2345:respawn:/sbin/agetty 38400 tty2 linux
  41. c3:2345:respawn:/sbin/agetty 38400 tty3 linux
  42. c4:2345:respawn:/sbin/agetty 38400 tty4 linux
  43. c5:2345:respawn:/sbin/agetty 38400 tty5 linux
  44. c6:2345:respawn:/sbin/agetty 38400 tty6 linux
  45.  
  46. # SERIAL CONSOLES
  47. #s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
  48. #s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
  49.  
  50. # What to do at the "Three Finger Salute".
  51. ca:12345:ctrlaltdel:/sbin/shutdown -r now
  52.  
  53. # Used by /etc/init.d/xdm to control DM startup.
  54. # Read the comments in /etc/init.d/xdm for more
  55. # info. Do NOT remove, as this will start nothing
  56. # extra at boot if /etc/init.d/xdm is not added
  57. # to the "default" runlevel.
  58. x:a:once:/etc/X11/startDM.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement