--- files/1.0.3-dm-crypt-start.sh 2006-11-03 03:36:39.000000000 +0100 +++ /lib/rcscripts/addons/dm-crypt-start.sh 2007-05-28 01:08:26.000000000 +0200 @@ -46,6 +46,7 @@ einfo "dm-crypt mapping ${target} is already configured" return fi + splash svc_input_begin ${SVCNAME} >/dev/null 2>&1 # Handle keys if [ -n "$key" ]; then # Notes: sed not used to avoid case where /usr partition is encrypted. @@ -108,7 +109,6 @@ else mode=none fi - splash svc_input_begin ${SVCNAME} >/dev/null 2>&1 ebegin "dm-crypt map ${target}" einfo "cryptsetup will be called with : ${options} ${arg1} ${arg2} ${arg3}" if [ "$mode" == "gpg" ]; then