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 / kernel < prev    next >
Text File  |  2008-10-23  |  3KB  |  84 lines

  1. ## Path:    System/Kernel
  2. ## Description:
  3. ## Type:    string
  4. ## Command:     /sbin/mkinitrd
  5. #
  6. # This variable contains the list of modules to be added to the initial
  7. # ramdisk by calling the script "mkinitrd"
  8. # (like drivers for scsi-controllers, for lvm or reiserfs)
  9. #
  10. INITRD_MODULES=" processor thermal fan jbd ext3 adpahci ahci ata_piix libata piix 3w-9xxx"
  11.  
  12. ## Type:        string
  13. ## Command:     /sbin/mkinitrd
  14. #
  15. # This variable contains the list of modules to be added to the initial
  16. # ramdisk that is created for unprivilegd Xen domains (domU); you may need
  17. # drivers for virtual block and network devices in addition to filesystem
  18. # and device-mapper modules.
  19. #
  20. DOMU_INITRD_MODULES=" processor thermal fan jbd ext3 adpahci"
  21.  
  22. ## Type:        string
  23. ## ServiceRestart:    boot.loadmodules
  24. #
  25. # This variable contains the list of modules to be loaded
  26. # once the main filesystem is active
  27. # You will find a few default modules for hardware which
  28. # can not be detected automatically.
  29. #
  30. MODULES_LOADED_ON_BOOT=""
  31.  
  32. ## Type:        string
  33. ## Default:     ""
  34. #
  35. # The file name of a binary ACPI Differentiated System Description Table
  36. # (DSDT). This table is appended to the initial ram disk (initrd) that
  37. # the mkinitrd script creates. If the kernel finds that its initrd
  38. # contains a DSDT, this table replaces the DSDT of the bios. If the file
  39. # specified in ACPI_DSDT is not found or ACPI_DSDT is empty/not specified,
  40. # no DSDT will be appended to the initrd.
  41. # Example path /etc/acpi/dsdt
  42. #
  43. ACPI_DSDT=""
  44.  
  45. ## Type:    integer(1000:50000)
  46. ## Default:    1000
  47. #
  48. # Length of the shortest timeslice a process (with lowest priority / maximum 
  49. # niceness) will be running on a CPU. Time is given in microseconds (us).
  50. # This time should be much shorter than SCHED_MAXTIMESLICE to keep the
  51. # nice values meaningful. The values can only be specified up to a accuracy
  52. # of 1/HZ s, i.e. 10000us on a HZ=100 system, 1000us if HZ=1000.
  53. # Note that the boot script (boot.sched) does scale the values if the 
  54. # MINTIMESLICE is below the minimum for the timer interrupt frequency (HZ 
  55. # value) of the booted kernel.
  56. # For interactive desktop use, SCHED_MINTIMESLICE/SCHED_MAXTIMESLICE values
  57. # of 1000 and 30000 are recommended. For non-interactive use, multiply both
  58. # values by 10 or 20.
  59. SCHED_MINTIMESLICE=""
  60.  
  61. ## Type:    integer(20000:1000000)
  62. ## Default:    40000
  63. #
  64. # Length of the longest timeslice a process (with highest priority / minimum
  65. # niceness) will be running on a CPU. Time is given in microseconds (us).
  66. # This time should be much longer than SCHED_MINTIMESLICE to keep the
  67. # nice values meaningful. (The boot.sched script will not accept the value
  68. # if there's less than a factor of three in between them, default is 30.)
  69. # For interactive desktop use, SCHED_MINTIMESLICE/SCHED_MAXTIMESLICE values
  70. # of 1000 and 30000 are recommended. For non-interactive use, multiply both
  71. # values by 10 or 20.
  72. SCHED_MAXTIMESLICE=""
  73.  
  74. ## Type:    string(yes)
  75. ## Default:    ""
  76. #
  77. # Skip doing a minimal preparation of the /usr/src/linux source tree so
  78. # that most header files can be directly included. If set, /usr/src/linux
  79. # will not be touched.
  80. #
  81. SKIP_RUNNING_KERNEL=""
  82.