zfs/contrib
Matt Kemp 912e2ba92f Fix initramfs hook for merged /usr/lib and /lib
Under a merged `/lib` -> `/usr/lib` which renders `/lib` as a symlink,
`find /lib -type f -name libgcc_s.so.1` will not return a result as
`find` will not traverse the symlink. Modifying it to `find /lib/ -type
f -name libgcc_s.so.1` should work for both symlinked and non-symlinked
`/lib` directories.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Kemp <matt@mattikus.com>
Closes #5834
2017-02-27 12:03:23 -08:00
..
bash_completion.d Add bash completions by Aneurin Price. 2014-08-06 15:03:28 -07:00
dracut contrib/dracut: fix syntax error in module-setup.sh 2017-01-31 14:25:49 -08:00
initramfs Fix initramfs hook for merged /usr/lib and /lib 2017-02-27 12:03:23 -08:00
Makefile.am Move dracut directory to contrib 2015-07-09 13:59:37 -07:00