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


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to