blog
techdoc
work
about
codebase
blog
techdoc
work
about
techdoc
Java SE
Jakarta EE
database
Java EE
linux
setup
network
kernel setup
UEFI
setting the kernel log level
blacklisting modules
compile, install, remove
file system
input devices
java
setting the system and hardware clock
XDG Base Directory Specification
installing your own Root CA certificate
shell
Void Linux
dev tools
documentation creation
network
standard
frontent
blacklisting modules
created on
January 19, 2022
the default way
As root:
Create the file
/etc/modprobe.d/<modulename>.conf
, containing the line
blacklist <modulename>
Run
depmod -ae
Recreate initrd with
update-initramfs -u
Reboot
the ‘fake install’ way
Create the file
/etc/modprobe.d/<modulename>.conf
, containing the line
install <modulename> /bin/true
.
Reboot
blacklisting modules
the default way
the ‘fake install’ way
x