Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 2.20 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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=""
  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="xennet xenblk"
  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.aml
  42. # You can also override Secondary System Description Tables (SSDTs).
  43. # Add DSDT and SSDT files separated by spaces, e.g. "DSDT.aml SSDT1.aml"
  44. # The files must be named DSDT.aml and/or SSDT[1-9]*.aml.
  45. # For compatiblity reasons, if only one file is added it is assumed it is
  46. # the DSDT and will be used as such, in future the above naming scheme
  47. # will be enforce.
  48. # Be aware that overriding these tables can harm your system.
  49. # Only do this if you know what you are doing and file a bug on
  50. # bugzilla.kernel.org so that the root cause of the issue will get fixed.
  51. ACPI_DSDT=""
  52.  
  53. ## Type:        string(yes)
  54. ## Default:     ""
  55. #
  56. # Skip doing a minimal preparation of the /usr/src/linux source tree so
  57. # that most header files can be directly included. If set, /usr/src/linux
  58. # will not be touched.
  59. #
  60. SKIP_RUNNING_KERNEL=""