home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20101108.etc.tar.gz / bradford.20101108.etc.tar / etc / sysconfig / boot < prev    next >
Text File  |  2006-12-18  |  1KB  |  57 lines

  1. ## Path:    System/Boot
  2. ## Description:    Controlling of the boot process
  3. ## Type:    yesno
  4. ## Default:    no
  5. ## Config:
  6. #
  7. # For interactive debugging of the startup process. If set
  8. # to "yes" the system will ask whether to confirm every
  9. # step of the boot process. This will however only work
  10. # if the keyboard is already accessable at this time,
  11. # eg. USB keyboards need their modules loaded first.
  12. #
  13. PROMPT_FOR_CONFIRM="no"
  14.  
  15. ## Type:    integer
  16. ## Default:    5
  17. #
  18. # For interactive debugging of the startup process. How long
  19. # wait before the default answer is assumed.
  20. #
  21. CONFIRM_PROMPT_TIMEOUT="5"
  22.  
  23. ## Type:    yesno
  24. ## Default:    yes
  25. #
  26. # Run all scripts or rather start/stop all services
  27. # which are independent from each other in parallel.
  28. #
  29. RUN_PARALLEL="yes"
  30.  
  31. ## Type:    yesno
  32. ## Default:    no
  33. #
  34. # If set to "yes" this enables to stop the boot process by
  35. # pressing Ctrl-S and continue with Ctrl-Q (xon/xoff
  36. # flow control).
  37. #
  38. FLOW_CONTROL="no"
  39.  
  40. ## Type:    integer
  41. ## Default:    10
  42. #
  43. # Limit the number of file system checkers that can be running in
  44. # parallel.  This allows configurations which have a large number of
  45. # disks to avoid fsck starting too many file system checkers at once,
  46. # which might overload CPU and memory resources available on the
  47. # system.
  48. #
  49. FSCK_MAX_INST="10"
  50.  
  51. ## Type:        string
  52. ## Default:     ""
  53. #
  54. # Set additional parameters for klogconsole, e.g. "-l 7"
  55. #
  56. KLOGCONSOLE_PARAMS=""
  57.