Advertisement
Guest User

20190111.aero.inittab

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