> > The intent is that dependent libraries are copied - there's already > code to do this. Apparently it's not working in your case? > > (Fixing this would fix most of your later concerns.) I just found what's the problem: if there's no eu-readelf installed there's no verbose error shown. $ . ./dracut-functions $ get_dso_deps $(which udevd) $ Then, if it's installed... $ get_dso_deps $(which udevd) /lib/libselinux.so.1 /lib/libc.so.6 /lib/libdl.so.2 /lib/ld-linux.so.2 -- - Thiago Galesi -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html