mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
chore: Remove Nouveau vulkan icd files on Nvidia builds
This commit is contained in:
parent
ccd03c9c16
commit
847795d70f
@ -331,7 +331,8 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
|
||||
sed -i~ -E 's/=.\$\(command -v (nft|ip6?tables-legacy).*/=/g' /usr/lib/waydroid/data/scripts/waydroid-net.sh && \
|
||||
rm -f /usr/etc/modprobe.d/nvidia.conf \
|
||||
; else \
|
||||
rm -f /usr/etc/modprobe.d/amdgpu.conf \
|
||||
rm -f /usr/etc/modprobe.d/amdgpu.conf && \
|
||||
rm -f /usr/share/vulkan/icd.d/nouveau_icd.*.json \
|
||||
; fi
|
||||
|
||||
# Cleanup & Finalize
|
||||
|
Loading…
x
Reference in New Issue
Block a user