home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / suse / inst-sys / etc / inittab < prev    next >
Text File  |  2000-03-30  |  2KB  |  87 lines

  1. #
  2. # /etc/inittab
  3. #
  4. # Copyright (c) 1996 S.u.S.E. GmbH Fuerth, Germany.  All rights reserved.
  5. #
  6. # Author: Florian La Roche <florian@suse.de>, 1996
  7. #
  8. # This is the main configuration file of /sbin/init, which
  9. # is executed by the kernel on startup. It describes what
  10. # scripts are used for the different run-levels.
  11. #
  12. # All scripts for runlevel changes are in /sbin/init.d/ and the main
  13. # file for changes is /etc/rc.config.
  14. #
  15.  
  16. # default runlevel
  17. id:2:initdefault:
  18.  
  19. # check system on startup
  20. # first script to be executed if not booting in emergency (-b) mode
  21. si:I:wait:/sbin/init.d/boot
  22.  
  23. # /sbin/init.d/rc takes care of runlevel handling
  24. #
  25. # runlevel 0 is halt
  26. # runlevel S is single-user
  27. # runlevel 1 is multi-user without network
  28. # runlevel 2 is multi-user with network
  29. # runlevel 3 is multi-user with network and xdm
  30. # runlevel 6 is reboot
  31. l0:0:wait:/sbin/init.d/rc 0
  32. l1:1:wait:/sbin/init.d/rc 1
  33. l2:2:wait:/sbin/init.d/rc 2
  34. l3:3:wait:/sbin/init.d/rc 3
  35. l6:6:wait:/sbin/init.d/rc 6
  36.  
  37. # what to do in single-user mode
  38. ls:S:wait:/sbin/init.d/rc S
  39. ~~:S:respawn:/sbin/sulogin
  40.  
  41. # what to do when CTRL-ALT-DEL is pressed
  42. ca::ctrlaltdel:/sbin/shutdown -r -t 4 now
  43.  
  44. # special keyboard request (Alt-UpArrow)
  45. # look into the kbd-0.90 docs for this
  46. kb::kbrequest:/bin/echo "Keyboard Request -- edit /etc/inittab to let this work."
  47.  
  48. # what to do when power fails/returns
  49. pf::powerwait:/sbin/init.d/powerfail    start
  50. pn::powerfailnow:/sbin/init.d/powerfail now
  51. po::powerokwait:/sbin/init.d/powerfail  stop
  52.  
  53. # getty-programs for the normal runlevels
  54. # <id>:<runlevels>:<action>:<process>
  55. # The "id" field  MUST be the same as the last
  56. # characters of the device (after "tty").
  57. 1:123:respawn:/sbin/mingetty --noclear tty1
  58. 2:123:respawn:/sbin/mingetty tty2
  59. 3:123:respawn:/sbin/mingetty tty3
  60. # 4:123:respawn:/sbin/mingetty tty4
  61. # 5:123:respawn:/sbin/mingetty tty5
  62. # 6:123:respawn:/sbin/mingetty tty6
  63.  
  64. #
  65. #
  66. #  Note: Do not use tty7 in runlevel 3, this virtual line
  67. #  is occupied by the programm xdm.
  68. #
  69.  
  70. #  This is for the package xdmsc, after installing and
  71. #  and configuration you should remove the comment character
  72. #  from the following line:
  73. #7:2:+/sbin/init.d/rx tty7
  74.  
  75.  
  76. # modem getty.
  77. # mo:23:respawn:/usr/sbin/mgetty -s 38400 modem
  78.  
  79. # fax getty (hylafax)
  80. # mo:23:respawn:/usr/lib/fax/faxgetty /dev/modem
  81.  
  82. # vbox (voice box) getty
  83. # I6:23:respawn:/usr/sbin/vboxgetty -d /dev/ttyI6
  84. # I7:23:respawn:/usr/sbin/vboxgetty -d /dev/ttyI7
  85.  
  86. # end of /etc/inittab
  87.