mirror of the now-defunct rocklinux.org
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.

84 lines
2.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/target/tor/fixedfiles/inittab
  9. # ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. #
  23. # See "man 5 inittab" for details.
  24. #
  25. # The default runlevel.
  26. id:5:initdefault:
  27. # /etc/rc.d executes the S and K scripts upon change
  28. # of runlevel.
  29. #
  30. # Runlevels 0 and 6 are halt and reboot.
  31. # Runlevels 1-5 are multi-user.
  32. # Runlevel S is single user.
  33. l0:0:wait:/etc/rc.d/rc
  34. l1:1:wait:/etc/rc.d/rc
  35. l2:2:wait:/etc/rc.d/rc
  36. l3:3:wait:/etc/rc.d/rc
  37. l4:4:wait:/etc/rc.d/rc
  38. l5:5:wait:/etc/rc.d/rc
  39. l6:6:wait:/etc/rc.d/rc
  40. ls:S:wait:/etc/rc.d/rc
  41. ~~:S:wait:/sbin/sulogin
  42. # What to do when CTRL-ALT-DEL is pressed.
  43. ca:12345:ctrlaltdel:/sbin/shutdown -r now
  44. # /sbin/agetty invocations for the runlevels.
  45. #
  46. # The "id" field MUST be the same as the last
  47. # characters of the device (after "tty").
  48. #
  49. # Format:
  50. # <id>:<runlevels>:<action>:<process>
  51. #
  52. # Maintenace Console on /dev/console
  53. #
  54. #1:12345:respawn:/sbin/agetty -L -i -I '\012\015\012Maintenance Console:\012' 9600 console linux
  55. #
  56. # Virtual Consoles 1-6
  57. #
  58. # to enable the SAK blocking feature add the options "-t 10 -s /etc/sakmsg"
  59. #
  60. # to clear the screen on ANSI terminals add the option "-I '\033[H\033[J'"
  61. #
  62. # there are 3 Issue files:
  63. # /etc/issue ........ Simple login screen for consoles or terminals
  64. # /etc/issue.ansi ... Login screen for ANSI consoles or terminals
  65. # /etc/issue.net .... Login message for network connections
  66. #
  67. 1:12345:respawn:/sbin/agetty -L -i -I '\012\015\012Maintenance Console:\012' -l /sbin/login-shell -n 38400 vc/1 linux
  68. 2:12345:respawn:/sbin/agetty -f /etc/issue.ansi -l /sbin/login-shell -n 38400 vc/2 linux
  69. 3:12345:respawn:/sbin/agetty -f /etc/issue.ansi -l /sbin/login-shell -n 38400 vc/3 linux
  70. 4:12345:respawn:/sbin/agetty -f /etc/issue.ansi -l /sbin/login-shell -n 38400 vc/4 linux
  71. 5:12345:respawn:/sbin/agetty -f /etc/issue.ansi -l /sbin/login-shell -n 38400 vc/5 linux
  72. 6:12345:respawn:/sbin/agetty -f /etc/issue.ansi -l /sbin/login-shell -n 38400 vc/6 linux
  73. #
  74. # A X display manager (multiplexer)
  75. #
  76. X:5:once:/sbin/startx_on_boot