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