OpenSDE Packages Database (without history before r20070)
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.

77 lines
2.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../sysvinit/inittab.txt
  5. # Copyright (C) 2008 The OpenSDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- SDE-COPYRIGHT-NOTE-END ---
  15. #
  16. # See "man 5 inittab" for details.
  17. #
  18. # The default runlevel.
  19. id:2:initdefault:
  20. # /etc/rc.d executes the S and K scripts upon change
  21. # of runlevel.
  22. #
  23. # Runlevels 0 and 6 are halt and reboot.
  24. # Runlevels 1-5 are multi-user.
  25. # Runlevel S is single user.
  26. l0:0:wait:/etc/rc.d/rc
  27. l1:1:wait:/etc/rc.d/rc
  28. l2:2:wait:/etc/rc.d/rc
  29. l3:3:wait:/etc/rc.d/rc
  30. l4:4:wait:/etc/rc.d/rc
  31. l5:5:wait:/etc/rc.d/rc
  32. l6:6:wait:/etc/rc.d/rc
  33. ls:S:wait:/etc/rc.d/rc
  34. ~~:S:wait:/sbin/sulogin
  35. # What to do when CTRL-ALT-DEL is pressed.
  36. ca:12345:ctrlaltdel:/sbin/shutdown -r now
  37. # /sbin/agetty invocations for the runlevels.
  38. #
  39. # The "id" field MUST be the same as the last
  40. # characters of the device (after "tty").
  41. #
  42. # Format:
  43. # <id>:<runlevels>:<action>:<process>
  44. #
  45. # Maintenace Console on /dev/console
  46. #
  47. #1:12345:respawn:/sbin/agetty -L -i -I '\012\015\012Maintenance Console:\012' 9600 console linux
  48. #
  49. # Virtual Consoles 1-6
  50. #
  51. # to enable the SAK blocking feature add the options "-t 10 -s /etc/sakmsg"
  52. #
  53. # to clear the screen on ANSI terminals add the option "-I '\033[H\033[J'"
  54. #
  55. # there are 3 Issue files:
  56. # /etc/issue ........ Simple login screen for consoles or terminals
  57. # /etc/issue.ansi ... Login screen for ANSI consoles or terminals
  58. # /etc/issue.net .... Login message for network connections
  59. #
  60. 1:12345:respawn:/sbin/agetty -L -i -I '\012\015' 38400 vc/1 linux
  61. 2:12345:respawn:/sbin/agetty -f /etc/issue.ansi 38400 vc/2 linux
  62. 3:12345:respawn:/sbin/agetty -f /etc/issue.ansi 38400 vc/3 linux
  63. 4:12345:respawn:/sbin/agetty -f /etc/issue.ansi 38400 vc/4 linux
  64. 5:12345:respawn:/sbin/agetty -f /etc/issue.ansi 38400 vc/5 linux
  65. 6:12345:respawn:/sbin/agetty -f /etc/issue.ansi 38400 vc/6 linux
  66. #
  67. # A X display manager (multiplexer)
  68. #
  69. X:5:respawn:/usr/X11/bin/startxdm