Help > General
How to remove unneeded modules
Thierry:
Hi Dj
Blacklist it in a /etc/sysconfig/modprobe.d/blacklist.conf file as done with the forte module in the example below:
In root:
--- Code: ---mkdir -p /etc/sysconfig/modules.d
echo "blacklist forte" >/etc/sysconfig/modprobe.d/blacklist.conf
--- End code ---
Blacklisted modules can still be loaded manually with the explicit modprobe command.
BR,
Thierry
Navigation
[0] Message Index
[*] Previous page
Go to full version