# vim: set ft=sh:
# shellcheck shell=sh
#
# https://shellcheck.net/wiki/SC2154
# shellcheck disable=2154

for _mod in cdrom loop overlay squashfs; do
    copy_kmod "$_mod"
done

for _bin in blockdev cp losetup umount cat tac sed tr; do
    copy_exec "$_bin"
done
