nvidia akmod

Hi I've read the doc at - https://blue-build.org/reference/modules/akmods/ I've looked for examples from others through their github I've asked chatgpt and tried a lot of things but I just can't get the syntax right for the nvidia akmod install. this is what I currently have in recipe.yml; - type: akmods install: - nvidia nvidia-driver: nvidia and this is the error I receive from this run (truncated); error: Handling argument /tmp/rpms/kmods/*nvidia*.rpm: No such file or directory (os error 2) screenshot of the full error; https://imgur.com/a/0olvdJE my recipe.yml is here - https://github.com/popbangshwang/plus-silverblue/blob/main/recipes/recipe.yml
BlueBuild
akmods
The akmods module is a tool used for managing and installing kernel modules built by Universal Blue.
GitHub
plus-silverblue/recipes/recipe.yml at main · popbangshwang/plus-si...
Contribute to popbangshwang/plus-silverblue development by creating an account on GitHub.
1 Reply
Xyic0re
Xyic0reOP2w ago
working with; # Add NVIDIA support (auto-detected at boot, safe on AMD) - type: akmods install: [] nvidia-driver: nvidia

Did you find this page helpful?