Use inst to install hooks. This will ensure that pathname mangling is handled correctly, and that whatever interpreter is handling /bin/sh is installed as /bin/sh --- dracut | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dracut b/dracut index ecf58dc..aec20c0 100755 --- a/dracut +++ b/dracut @@ -37,6 +37,7 @@ initfile=$dsrc/init switchroot=$dsrc/switch_root rulesdir=$dsrc/rules.d echoer=$dsrc/echoer +hookdirs="pre-udev pre-mount pre-pivot" initdir=$(mktemp -d -t initramfs.XXXXXX) trap 'rm -rf "$initdir"' 0 # clean up after ourselves no matter how we die. -- 1.6.0.6 -- 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