When working on: teamsbc/distribution#22 I noticed the KernelOptionsBootloader seem to be incorrectly documented. It talks about writing to grubenv but I think it does no such thing?
Setting its value to true actually omits writing the kernel arguments to either the bootloader configuration or before RPM installation (which is exactly what I needed, see related issue for details).
When working on: teamsbc/distribution#22 I noticed the
KernelOptionsBootloaderseem to be incorrectly documented. It talks about writing to grubenv but I think it does no such thing?Setting its value to true actually omits writing the kernel arguments to either the bootloader configuration or before RPM installation (which is exactly what I needed, see related issue for details).