How to make grub arguments permanent?
I have to enter the command amdgpu.ppfeaturmask=oxffffffff under the linux section at every boot so that my cooling curve in coolercontrol will work. How do I make this change permanent?
2 Replies
rpm-ostree kargs --append-if-missing="amdgpu.ppfeaturemask=0xffffffff"
ty very much