cp -a /lib/ld-* "${TEMP}/initramfs-multipath-temp/lib" \
|| gen_die 'Could not copy files for MULTIPATH!'
cp -a /lib/libc-* /lib/libc.* "${TEMP}/initramfs-multipath-temp/lib" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /lib/libdl-* /lib/libdl.* "${TEMP}/initramfs-multipath-temp/lib" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /lib/libsysfs*so* "${TEMP}/initramfs-multipath-temp/lib" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /lib/libdevmapper*so* "${TEMP}/initramfs-multipath-temp/lib" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /sbin/multipath "${TEMP}/initramfs-multipath-temp/sbin" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /sbin/kpartx "${TEMP}/initramfs-multipath-temp/sbin" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /sbin/mpath_prio_* "${TEMP}/initramfs-multipath-temp/sbin" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /lib64/udev/scsi_id "${TEMP}/initramfs-multipath-temp/sbin" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /sbin/devmap_name "${TEMP}/initramfs-multipath-temp/sbin" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /sbin/dmsetup "${TEMP}/initramfs-multipath-temp/sbin" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /sbin/dmsetup "${TEMP}/initramfs-multipath-temp/sbin" \
+ || gen_die 'Could not copy files for MULTIPATH!'
cp -a /bin/mountpoint "${TEMP}/initramfs-multipath-temp/bin" \
+ || gen_die 'Could not copy files for MULTIPATH!'
if [ -x /sbin/multipath ]
then
cp /etc/multipath.conf "${TEMP}/initramfs-multipath-temp/etc/" || gen_die 'could not copy /etc/multipath.conf please check this'