Skip to content

Commit

Permalink
fix(just): use delete-if-present in set-kargs-nvidia (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept authored Sep 12, 2023
1 parent 8b90f36 commit 8c5164c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ublue-os-just/nvidia.just
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set-kargs-nvidia:
--append-if-missing=rd.driver.blacklist=nouveau \
--append-if-missing=modprobe.blacklist=nouveau \
--append-if-missing=nvidia-drm.modeset=1 \
--delete=nomodeset
--delete-if-present=nomodeset

test-cuda:
podman run \
Expand Down

0 comments on commit 8c5164c

Please sign in to comment.