On 05/26/2011 10:36 PM, Mick wrote:
As I was booting an old laptop I noticed a message coming up telling me that
the /etc/modprobe.d/irda file will be done away with in future versions.
Are these files now deprecated? Are we meant to fit everything in
/etc/conf.d/modules as per the OpenRC migration page?
[...]
AFAIK, this is only for module auto-loading. Stuff like configuration
options of modules, blacklisting, etc, still go in /etc/modprobe.d/.
But all files placed there, need to have a ".conf" suffix. And packages
still place files there. It's not deprecated. For example, run this:
equery belongs /etc/modprobe.d/*
and you'll get a list of packages that actually placed files there. If
you have modules you wish to get loaded automatically on boot, only then
put entries for them in /etc/conf.d/modules.