tuned icon indicating copy to clipboard operation
tuned copied to clipboard

bootloader: Simplify tuning of rpm-ostree kargs

Open zacikpa opened this issue 5 months ago • 5 comments

This PR aims to simplify the tuning of kernel parameters in rpm-ostree systems, which has some major flaws:

  1. It does not respect the claim that existing kernel parameters are left untouched.
  2. 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.

zacikpa avatar Sep 27 '24 20:09 zacikpa