Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/csi-deps-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set -o errexit

# This utils are using by
# go mod k8s.io/mount-utils
/bin/sh -c true
/bin/mount -V
/bin/umount -V
/sbin/blkid -V
Expand Down
4 changes: 4 additions & 0 deletions tools/csi-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ else
mkdir -p ${DEST}/lib64 && cp -Lv /lib64/ld-linux-*.so.* ${DEST}/lib64/
fi

# Copy POSIX shell
copy_deps /bin/dash
copy_deps /bin/sh

# To collect dmesg logs
copy_deps /usr/bin/dmesg || true
copy_deps /bin/dmesg || true
Expand Down