home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / modutils / aliases next >
Text File  |  1999-01-29  |  765b  |  28 lines

  1. alias block-major-7 loop
  2.  
  3. # Uncomment the network protocols you don't want loaded:
  4. # alias net-pf-2 off        #    IPv4
  5. alias net-pf-3 off
  6. alias net-pf-4 off            # IPX
  7. alias net-pf-5 off            # DDP / appletalk
  8. alias net-pf-10 off            # IPv6
  9. # Other aliases:
  10. alias net-pf-17 af_packet    # packet mode (tcpdump, etc.)
  11.  
  12. alias netalias-2 ip_alias
  13. alias char-major-4 serial
  14. alias char-major-10-130 softdog
  15. alias iso9660 isofs
  16. alias ppp-compress-21 bsd_comp
  17. alias ppp-compress-24 ppp_deflate
  18. alias ppp-compress-26 slhc
  19. alias binfmt-0064 binfmt_aout
  20. alias binfmt--310 binfmt_java
  21.  
  22. # If you use the IDE tape driver as a module, uncomment the next two lines:
  23. # alias block-major-3 ide-probe
  24. # alias char-major-37 ide-tape
  25.  
  26. #alias <whatever you don't have that kerneld complains about> off 
  27.  
  28.