--- a/genkernel-3.4.49/gen_initramfs.sh	2014-06-20 13:40:16.554885178 -0400
+++ b/genkernel-3.4.49/gen_initramfs.sh	2014-06-20 13:42:48.134886468 -0400
@@ -257,7 +257,14 @@
 		/sbin/{multipath,kpartx,dmsetup} \
 		/{lib,lib64}/{udev/scsi_id,multipath/*so}
 
+	# Support multipath-tools-0.4.8 and previous
+	if [ -x /sbin/mpath_prio_* ]
+	then
+		copy_binaries "${TEMP}/initramfs-multipath-temp" \
+			/sbin/mpath_prio_*
+	fi
+
 	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'