1
0
Fork 0

(nvidia) Pre-configure kernel arguments
All checks were successful
/ build-kde (push) Successful in 6m7s
/ build-gnome (push) Successful in 4m4s

When bootc is used to deploy the image, kernel arguments can be injected
using https://containers.github.io/bootc/building/kernel-arguments.html
This commit is contained in:
ver4a 2024-11-18 08:06:44 +01:00
parent ffeb8e6e33
commit 7a6c06dd31
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
kargs = ["rd.driver.blacklist=nouveau","modprobe.blacklist=nouveau","nvidia-drm.modeset=1"]