spacepaste

  1.  
  2. # Linux users can define a list of modules for a specific kernel version,
  3. # a released kernel version, a main kernel version or all kernel versions.
  4. # The most specific versioned variable will take precedence.
  5. # FreeBSD users can only use the modules="foo bar" setting.
  6. #modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
  7. #modules_2_6_23="tun ieee1394"
  8. #modules_2_6="tun"
  9. #modules_2="ipv6"
  10. #modules="ohci1394"
  11. modules="nvidia"
  12. modules="agpgart"
  13. # Linux users can give modules a different name when they load - the new name
  14. # will also be used to pick arguments below.
  15. # This is not supported on FreeBSD.
  16. #modules="dummy:dummy1"
  17. # Linux users can give the modules some arguments if needed, per version
  18. # if necessary.
  19. # Again, the most specific versioned variable will take precedence.
  20. # This is not supported on FreeBSD.
  21. #module_ieee1394_args="debug"
  22. #module_ieee1394_args_2_6_23_gentoo_r5="debug2"
  23. #module_ieee1394_args_2_6_23="debug3"
  24. #module_ieee1394_args_2_6="debug4"
  25. #module_ieee1394_args_2="debug5"
  26. # You should consult your kernel documentation and configuration
  27. # for a list of modules and their options.x
  28.