tuned
tuned copied to clipboard
bootloader: Simplify tuning of rpm-ostree kargs
This PR aims to simplify the tuning of kernel parameters in rpm-ostree systems, which has some major flaws:
- It does not respect the claim that existing kernel parameters are left untouched.
- It does not append new kernel parameters in the order specified in the profile.
The new implementation is much simpler, but it also restricts the user more, since it disallows replacing existing kernel parameters.
Setting to WIP, since I'm still doing testing on Fedora CoreOS virtual machines.