kargs module not working for me
Weirdly enough, the kargs module seems to not work properly for me. It creates the file in /usr/lib/bootc/kargs.d/bluebuild-args.toml and then i upgrade with bootc. But after a reboot, it didn't stick. I saw it working one time for sure in the last week, but right now bootc seems to ignore it for some reason
8 Replies
According to https://bootc-dev.github.io/bootc/building/kernel-arguments.html, everything is correct on my system but the /boot/loader.0/entries/ostree-x.conf does not get updatet.
Hmm, I can reproduce, I also don't have kargs anymore
idk if it's a bug or they changed something in upstream
seems like a regression in upstream to me, we do everything right
It works for me again, except for preempt=full, which just gets ignored for some reason? Does not get added to the final kargs for some reason
same, except preempt=full is added for me
you use the default fedora kernel?
yes
From journalctl:
preempt=full just gets ignored for me. Meaning, bootc does not add it to the arguments even though my /usr/lib/bootc/kargs.d/bluebuild-kargs.toml looks like this:
kargs = ["mitigations=auto", "preempt=full", "rd.luks.options=discard"]
match-architectures = ["x86_64", "aarch64"]
GitHub
GitHub - bootc-dev/bootc: Boot and upgrade via container images
Boot and upgrade via container images. Contribute to bootc-dev/bootc development by creating an account on GitHub.