Preventing a Kernel Module From Being Included in 'initrd'
When a new kernel is installed, an initrd
(Initial RAM Disk) file is generated to make the system bootable with the new kernel.
Some Linux distros add all currently loaded kernel modules to the initrd
file.