#!/usr/bin/ash run_hook() { local cryptdev cryptname="root" cryptoptions local QUIET [ "${quiet}" = "y" ] && QUIET=" > /dev/null" if [ -n "${cryptdevice}" ]; then IFS=: read cryptdev cryptname cryptoptions <