How can I blacklist modules in Bluefin?

In regular Fedora I just modify the file /etc/modprobe.d/blacklist.conf and reboot to disable my pci wireless card (blacklisting module rtw88_pci).

How can I do the same thing using an ostree-based distro like bluefin?

Would rpm-ostree kargs --append modprobe.blacklist=rtw88_pci work? I think I’ve got a couple of LKMs blocked that way.

1 Like