home *** CD-ROM | disk | FTP | other *** search
/ Internet News 1999 February / InternetNews_1999_02.iso / pc / Linux / Debian / root.bin / root / etc / conf.modules < prev    next >
Text File  |  1998-07-20  |  2KB  |  60 lines

  1. # We could start with a keep statement in here, but since we use a different
  2. # order for the module path's we just override the whole thing.
  3.  
  4. alias block-major-7 loop
  5. alias net-pf-3 off
  6. alias net-pf-4 off
  7. # If you don't have appletalk and don't want to see error messages
  8. # uncomment the next line:
  9. #alias net-pf-5 off
  10. alias netalias-2 ip_alias
  11. alias char-major-4 serial
  12. alias char-major-10-130 softdog
  13. alias iso9660 isofs
  14. alias ppp-compress-21 bsd_comp
  15. alias ppp-compress-24 ppp_deflate
  16. alias net-pf-17 af_packet
  17. alias binfmt-0064 binfmt_aout
  18.  
  19. # If you use the IDE tape driver as a module, uncomment the next two lines:
  20. # alias block-major-3 ide-probe
  21. # alias char-major-37 ide-tape
  22.  
  23. #alias eth0 <enter your driver here>
  24. #alias <whatever you don't have that kerneld complains about> off 
  25.  
  26. # I recommend not to use this one, since it breaks depmod with version
  27. # argument:
  28. #depfile=/lib/modules/`uname -r`/modules.dep
  29.  
  30. path[boot]=/lib/modules
  31.  
  32. # State module paths in order of importance
  33. path[fs]=/lib/modules/`uname -r`
  34. path[net]=/lib/modules/`uname -r`
  35. path[scsi]=/lib/modules/`uname -r`
  36. path[block]=/lib/modules/`uname -r`
  37. path[cdrom]=/lib/modules/`uname -r`
  38. path[ipv4]=/lib/modules/`uname -r`
  39. path[ipv6]=/lib/modules/`uname -r`
  40. path[misc]=/lib/modules/`uname -r`
  41.  
  42. path[fs]=/lib/modules/`kernelversion`
  43. path[net]=/lib/modules/`kernelversion`
  44. path[scsi]=/lib/modules/`kernelversion`
  45. path[block]=/lib/modules/`kernelversion`
  46. path[cdrom]=/lib/modules/`kernelversion`
  47. path[ipv4]=/lib/modules/`kernelversion`
  48. path[ipv6]=/lib/modules/`kernelversion`
  49. path[misc]=/lib/modules/`kernelversion`
  50.  
  51. path[fs]=/lib/modules
  52. path[net]=/lib/modules
  53. path[scsi]=/lib/modules
  54. path[block]=/lib/modules
  55. path[cdrom]=/lib/modules
  56. path[ipv4]=/lib/modules
  57. path[ipv6]=/lib/modules
  58. path[misc]=/lib/modules
  59.  
  60.