Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 468760 | Differences between
and this patch

Collapse All | Expand All

(-)a/genkernel-3.4.49/gen_initramfs.sh (+7 lines)
Lines 257-263 Link Here
257
		/sbin/{multipath,kpartx,dmsetup} \
257
		/sbin/{multipath,kpartx,dmsetup} \
258
		/{lib,lib64}/{udev/scsi_id,multipath/*so}
258
		/{lib,lib64}/{udev/scsi_id,multipath/*so}
259
259
260
	# Support multipath-tools-0.4.8 and previous
261
	if [ -x /sbin/mpath_prio_* ]
262
	then
263
		copy_binaries "${TEMP}/initramfs-multipath-temp" \
264
			/sbin/mpath_prio_*
265
	fi
266
260
	if [ -x /sbin/multipath ]
267
	if [ -x /sbin/multipath ]
261
	then
268
	then
262
		cp /etc/multipath.conf "${TEMP}/initramfs-multipath-temp/etc/" || gen_die 'could not copy /etc/multipath.conf please check this'
269
		cp /etc/multipath.conf "${TEMP}/initramfs-multipath-temp/etc/" || gen_die 'could not copy /etc/multipath.conf please check this'

Return to bug 468760