home *** CD-ROM | disk | FTP | other *** search
/ Dream 46 / Amiga_Dream_46.iso / bo / boot / root.bin / root / etc / conf.modules < prev    next >
Text File  |  1997-05-05  |  2KB  |  53 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 block-major-28 loop
  6. alias net-pf-3 off
  7. alias net-pf-4 off
  8. alias net-pf-5 off
  9. alias netalias-2 ip_alias
  10. alias char-major-4 serial
  11. alias char-major-10-130 softdog
  12. # The iso9660 modules changed it's name to isofs:
  13. alias iso9660 isofs
  14.  
  15. # If you use the IDE tape driver as a module, uncomment the next two lines:
  16. # alias block-major-3 ide-probe
  17. # alias char-major-37 ide-tape
  18.  
  19. #alias eth0 <enter your driver here>
  20. #alias <whatever you don't have that kerneld complains about> off 
  21.  
  22. # I recommend not to use this one, since it breaks depmod with version
  23. # argument:
  24. #depfile=/lib/modules/`uname -r`/modules.dep
  25.  
  26. path[boot]=/lib/modules
  27.  
  28. # State module paths in order of importance
  29. path[fs]=/lib/modules/`uname -r`
  30. path[net]=/lib/modules/`uname -r`
  31. path[scsi]=/lib/modules/`uname -r`
  32. path[block]=/lib/modules/`uname -r`
  33. path[cdrom]=/lib/modules/`uname -r`
  34. path[ipv4]=/lib/modules/`uname -r`
  35. path[misc]=/lib/modules/`uname -r`
  36.  
  37. path[fs]=/lib/modules/`kernelversion`
  38. path[net]=/lib/modules/`kernelversion`
  39. path[scsi]=/lib/modules/`kernelversion`
  40. path[block]=/lib/modules/`kernelversion`
  41. path[cdrom]=/lib/modules/`kernelversion`
  42. path[ipv4]=/lib/modules/`kernelversion`
  43. path[misc]=/lib/modules/`kernelversion`
  44.  
  45. path[fs]=/lib/modules
  46. path[net]=/lib/modules
  47. path[scsi]=/lib/modules
  48. path[block]=/lib/modules
  49. path[cdrom]=/lib/modules
  50. path[ipv4]=/lib/modules
  51. path[misc]=/lib/modules
  52.  
  53.