We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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,mpath_prio_*,devmap_name,dmsetup} \
/sbin/{multipath,kpartx,dmsetup} \ /{lib,lib64}/{udev/scsi_id,multipath/*so}
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'
regards j
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
genkernel initramfs
the same in all versions
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 @@
if [ -x /sbin/mpath_prio_* ]
then
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
The text was updated successfully, but these errors were encountered: