View previous topic :: View next topic |
Author |
Message |
mpn n00b

Joined: 06 Mar 2004 Posts: 48
|
Posted: Fri Jul 30, 2004 3:29 am Post subject: modules modules.d modprobe.conf modules.autoload.d ... |
|
|
When I go into /etc and type ls mod then <tab><tab> I get all of the following:
modprobe.conf
modprobe.devfs
modules.autoload.d
modules.conf
modules.d
Why are there so many modules-related directories? It's driving me crazy because I like to know why things work, and there are just too many god-damned files. modprobe.(conf|devfs) can be guessed--the config file for modprobe. Is modules.autoload.d/kernel-x.y for the modules that are to be loaded at boottime for kernel-x.y? What is modules.conf for? What is modules.d for?
Thanks. |
|
Back to top |
|
 |
rav Tux's lil' helper


Joined: 24 Nov 2003 Posts: 114
|
Posted: Fri Jul 30, 2004 4:58 am Post subject: |
|
|
I think you'll find /etc/modules.conf is used as the global config file for all modules, but via modules-update it is split into individual config files in /etc/modules.d/.
/etc/modules.autoload.d/ is used as you said.
For more spesific info, see the manpages of modules-update, modules.conf and modprobe.conf. |
|
Back to top |
|
 |
|