*** my_encrypt_hook 2013-08-23 13:48:38.357707354 +0200 --- default_encrypt_hook 2013-08-23 13:47:43.000000000 +0200 *************** *** 4,11 **** modprobe -a -q dm-crypt >/dev/null 2>&1 [ "${quiet}" = "y" ] && CSQUIET=">/dev/null" - for cryptdev in ${cryptdevice//,/ }; do - # Get keyfile if specified ckeyfile="/crypto_keyfile.bin" if [ -n "$cryptkey" ]; then --- 4,9 ---- *************** *** 38,44 **** if [ -n "${cryptdevice}" ]; then DEPRECATED_CRYPT=0 IFS=: read cryptdev cryptname cryptoptions <