Make the blacklist of a module persistent across updates
Hi Fedora users! I love using Fedora and I chose it specifically for the integration with Gnome because I have a laptop that has a touchscreen, so proper touch support was a nice thing to have. Everything has worked flawlessly out of the box since the installation but now a problem arises: i have a crack on the glass of the touchscreen: that means that it sometimes register a touch imput making my cursor crazy and the system unusuable.
I'm using Wayland and i found that the kernel module responsible for the touchscreen is hid_multitouch, so I used modprobe -r to remove it but it's only temporary AFAIK. I have put it in /etc/modprobe.d but i have to regenerate the initramfs with dracut, and I love that Fedora updates kernel versions often, but I'd like a method of blacklisting that is persistent during the whole lifetime of the OS if possible.
I'm currently searching for an option and I can't decide which is the best one for this UEFI system:
- Dracut? If so, how?
- Modprobe? If so, how?
- GRUB boot parameters? If so, how?
Help me out guys, I'd gladly appreciate it :D