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

(-)gen_initramfs.sh (-1 / +1 lines)
Lines 254-261 Link Here
254
	# Copy files
254
	# Copy files
255
	copy_binaries "${TEMP}/initramfs-multipath-temp" \
255
	copy_binaries "${TEMP}/initramfs-multipath-temp" \
256
		/bin/mountpoint \
256
		/bin/mountpoint \
257
		/sbin/{multipath,kpartx,mpath_prio_*,devmap_name,dmsetup} \
257
		/sbin/{multipath,kpartx,devmap_name,dmsetup} \
258
258
259
	# Support multipath-tools-0.4.8 and previous
259
	# Support multipath-tools-0.4.8 and previous
260
	if [ -x /sbin/mpath_prio_* ]
260
	if [ -x /sbin/mpath_prio_* ]

Return to bug 468760