Skip to content

Commit

Permalink
init: fix nvidia integration mounting files from boost libs, Fix #1500
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Oct 12, 2024
1 parent 177a035 commit ae0601c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distrobox-init
Original file line number Diff line number Diff line change
Expand Up @@ -1876,6 +1876,7 @@ if [ "${nvidia}" -eq 1 ]; then
-path "/run/host/usr/lib32/*" -prune -o \
-path "/run/host/usr/lib64/*" -prune -o \
-path "/run/host/usr/lib/*" -prune -o \
-path "/run/host/usr/include/boost/*" -prune -o \
-path "*.repo" -prune -o \
-iname "*nvidia*" -not -type d -print 2> /dev/null || :)"
for nvidia_file in ${NVIDIA_FILES}; do
Expand Down

0 comments on commit ae0601c

Please sign in to comment.