@ -105,7 +105,9 @@ for x in $confdir/$initrd_config/initrd_* ; do
mkdir -p ${tfile%/*}
fi
cp -dp "${f}" "${tfile}"
# without -R, cp would try to copy the contents of e.g.
# /lib/udev/devices/zero
cp -a "${f}" "${tfile}"
ls -l "$tfile"
file -L "${f}" | grep -q ELF || continue