@ -56,6 +56,12 @@ for binary in $exe $debugexe $udevexe $lvmexe $cryptexe ; do
@@ -56,6 +56,12 @@ for binary in $exe $debugexe $udevexe $lvmexe $cryptexe ; do
inst $binary
done
# Prefer dash as /bin/sh if it is available.
if [[ -f /bin/dash ]]; then
inst /bin/dash
ln -sf /bin/dash "${initdir}/bin/sh"
fi
# FIXME: would be nice if we didn't have to know which rules to grab....
# ultimately, /lib/initramfs/rules.d or somesuch which includes links/copies
# of the rules we want so that we just copy those in would be best