home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / sysconfig / hardware / config
Text File  |  2006-11-29  |  2KB  |  57 lines

  1. ## Path:    Network/Hardware/Config
  2. ## Description:    Set some general network configuration
  3. ## Type:    string("","-","+")
  4. ## Default:    "+"
  5. ## ServiceRestart: network
  6. #
  7. ## Type:        yesno
  8. ## Default:     no
  9. # Switch on/off debug messages for all hardware configuration stuff. If set to
  10. # 'no' most scripts can enable it locally with "-o debug".
  11. # Better use the new switch LOG_LEVEL below. DEBUG will be deprecated soon.
  12. # DEBUG=yes will set the loglevel to 7 (debug).
  13. DEBUG="no"
  14.  
  15. ## Type:        string("","0","1","2","3","4","5","6","7")
  16. ## Default:     ""
  17. # Most scripts already use new logging functions where you can choose the same
  18. # loglevels as known from syslog: emerg=0 alert=1 crit=2 err=3 warning=4
  19. # notice=5 info=6 debug=7. Currently we use only err, info and debug.
  20. # If you leave that empty we check for an environment variable LOG_LEVEL or use
  21. # the loglevel from udev. If there is no environment variable nor udev calling
  22. # the script we use the loglevel 3 (err). 
  23. DEFAULT_LOG_LEVEL=""
  24.  
  25. ## Type:        yesno
  26. ## Default:     yes
  27. # Should error messages from network configuration scripts go to syslog, or do
  28. # you like them on stderr?
  29. USE_SYSLOG="no"
  30.  
  31. ## Type:        yesno
  32. ## Default:     yes
  33. #
  34. # Every kernel module has a flag 'supported'. If this flag is not set loading
  35. # this module will taint your kernel. You will not get much help with a kernel
  36. # problem if your kernel is marked as tainted. In this case you firstly have
  37. # to avoid loading of unsupported modules.
  38. # If you set this variable to no, then no unsupported module will be loaded
  39. # automatically via
  40. # - udev (hotplug), except modules from dedicated configuration files
  41. # - rcacpid, except there is a manually written list of modules
  42. # Note that there are many other places where modules are loaded which do not
  43. # respect this setting.
  44. LOAD_UNSUPPORTED_MODULES_AUTOMATICALLY=yes
  45.  
  46. ## Type:        string
  47. ## Default:     ""
  48. #
  49. # Since version 0.42 hwup does also bind devices to drivers which are already
  50. # loaded. If you did not specify a driver explicitely in the hardware
  51. # configuration file (hwcfg-*) it tries to determine the driver name (It is not
  52. # always equal to the module name!). You may also set DRIVER=skip in the hwcfg
  53. # files. Then hwup will not bind anything for this device.
  54. # Since some drivers are still buggy concerning device binding you may also
  55. # disable this feature completely by setting 'skip' in the main config file.
  56. DRIVER=
  57.