Installing akmod with the correct kernel version
I am trying to install akmod using the akmod module but the version is always mismatching in bazzite. The problem is the bazzite-41 akmod are tagged to latest kernel while stable bazzite are usually pretty behind, akmod have kernel tags but im not sure how to do it correctly
Solution
i got it working, i use the copy modules and containerfile to manually specify the tag
the kernel version is obtained using skopeo in github action and substituted using sed before bluebuild action with skip_checkout: true
it works but pretty jank imo, i hope it could be implemented in bluebuild so i opened https://github.com/blue-build/cli/issues/354
the kernel version is obtained using skopeo in github action and substituted using sed before bluebuild action with skip_checkout: true
it works but pretty jank imo, i hope it could be implemented in bluebuild so i opened https://github.com/blue-build/cli/issues/354
GitHub
If using bazzite as a base, installing akmod using the current module will almost likely drift because bazzite move pretty fast. The kernel version in bazzite-41 tag is usually newer than the stabl...