How I do to put several kernel arguments in rpm-ostree in a single command?

Hi, I have a simple question about kernel arguments through rpm-ostree. How I do to put several arguments with a single command? I think the answer is this, but I’m not sure :worried: .

sudo rpm-ostree kargs --append='radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1'

Hello @edlinks ,
Welcome to ask :fedora:! I believe that you are correct. No sudo though.

1 Like

Sorry for the sudo command, I’m very new with OSTree and rpm-ostree.

I just saw the logs with journalctl -b and it seems that the command worked correctly. My problem is I don’t have any real surface to try the effects of this.