aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-10-13 23:23:15 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-10-13 23:24:38 +0000
commite6de60283bbe7b9aa9a7934609a183893ce543a1 (patch)
treecda292457fb8bb9bb701e6f0115e596bd71dd94e /gen_initramfs.sh
parentBug #351873: More livecd control, and initramfs livecd argument documentation. (diff)
downloadgenkernel-e6de60283bbe7b9aa9a7934609a183893ce543a1.tar.gz
genkernel-e6de60283bbe7b9aa9a7934609a183893ce543a1.tar.bz2
genkernel-e6de60283bbe7b9aa9a7934609a183893ce543a1.zip
Bug #286187: Complete multipath support.
Somewhere in the mists of time we lost part of the multipath patch, so we were bundling the userspace, but not the kernel modules, or ever using it. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'gen_initramfs.sh')
-rwxr-xr-xgen_initramfs.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 55b9dd9a..64e00e80 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -226,7 +226,10 @@ append_multipath(){
mkdir -p "${TEMP}"/initramfs-multipath-temp/{bin,etc,sbin,lib}/
# Copy files
- copy_binaries "${TEMP}/initramfs-multipath-temp" /sbin/{multipath,kpartx,mpath_prio_*,devmap_name,dmsetup} /lib64/udev/scsi_id /bin/mountpoint
+ copy_binaries "${TEMP}/initramfs-multipath-temp" \
+ /bin/mountpoint \
+ /sbin/{multipath,kpartx,mpath_prio_*,devmap_name,dmsetup} \
+ /{lib,lib64}/{udev/scsi_id,multipath/*so}
if [ -x /sbin/multipath ]
then