Open jacek007 opened 7 years ago
Hello, genkernel initramfs
and patch
--- genkernel-next-66.org/gen_initramfs.sh 2017-02-01 14:44:29.000000000 +0100 +++ genkernel-next-66/gen_initramfs.sh 2017-11-26 12:41:17.590677051 +0100 @@ -224,9 +224,15 @@
# Copy files copy_binaries "${TEMP}/initramfs-multipath-temp" \
/sbin/{multipath,kpartx,mpathprio*,devmap_name,dmsetup} \
/sbin/{multipath,kpartx,dmsetup} \ /{lib,lib64}/{udev/scsi_id,multipath/*so}
if [ -x /sbin/mpathprio* ]
then
copy_binaries "${TEMP}/initramfs-multipath-temp" \
/sbin/mpathprio*
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'
regards j
Hello, genkernel initramfs
and patch
--- genkernel-next-66.org/gen_initramfs.sh 2017-02-01 14:44:29.000000000 +0100 +++ genkernel-next-66/gen_initramfs.sh 2017-11-26 12:41:17.590677051 +0100 @@ -224,9 +224,15 @@
/sbin/{multipath,kpartx,mpathprio*,devmap_name,dmsetup} \
/sbin/{multipath,kpartx,dmsetup} \ /{lib,lib64}/{udev/scsi_id,multipath/*so}
if [ -x /sbin/mpathprio* ]
then
copy_binaries "${TEMP}/initramfs-multipath-temp" \
/sbin/mpathprio*
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'
regards j