]> granicus.if.org Git - zfs/commit
Fix inclusion of libgcc_s.so on Void
authorprivb0x23 <privb0x23@users.noreply.github.com>
Mon, 9 Oct 2017 21:34:26 +0000 (21:34 +0000)
committerTony Hutter <hutter2@llnl.gov>
Mon, 16 Oct 2017 17:57:55 +0000 (10:57 -0700)
commit851a7cd8331c9d1146bbcc70f6e3b208974624d3
treec439eb76a8265813142ebd5850f922ba17011c1b
parent83d4d1a7847789ab801f04a6132e81c3d2ddc662
Fix inclusion of libgcc_s.so on Void

On Void Linux (x86_64 musl) libgcc_s.so is located in "/usr/lib"
so it is not found by dracut and it produces an error.

Add a simple additional path check for "/usr/lib/libgcc_s.so*"
and install it in the initramfs.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: privb0x23 <privb0x23@users.noreply.github.com>
Closes #6715
contrib/dracut/90zfs/module-setup.sh.in