[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: what file removes modules at boot?



Dan Jacobson wrote:

/etc/modules is for adding modules at boot.
What is the file for taking away modules at boot?

/etc/modprobe.d/blacklist

But you should probably create your own file so that it will not be overwritten on upgrades. Something like...

 /etc/modprobe.d/local-blacklist

...which would contain...

 blacklist tsdev
 blacklist something-else



Reply to: