X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=f8334720f923c4ff52f7e32c1756328789573d41;hb=adf933a308269419ba1aa1932dfd25d6822c7202;hp=7a0cb1de72dc51eb2d7f4bf1a603535bd7bec006;hpb=2ae0173dbda5373d967b6787790dc9f43e683bc3;p=grml-tips.git diff --git a/grml_tips b/grml_tips index 7a0cb1d..f833472 100644 --- a/grml_tips +++ b/grml_tips @@ -2873,3 +2873,19 @@ Usage examples: % ipcalc 10.0.0.28 255.255.255.0 % ipcalc 10.0.0.0/24 -- +Blacklist a kernel module: + +# blacklist + +-> running 'blacklist hostap_cs' for example will generate an +entry like this in /etc/modprobe.d/grml: + +blacklist hostap_cs +alias hostap_cs off + +To remove the module from the blacklist again just invoke: + +# unblacklist + +or manually remove the entry from /etc/modprobe.d/grml. +--