--- /usr/share/initramfs-tools/scripts/local-top/cryptroot.original 2013-11-01 17:50:23.000000000 +0000 +++ /usr/share/initramfs-tools/scripts/local-top/cryptroot 2014-08-12 05:36:29.686195880 +0000 @@ -249,12 +249,12 @@ if [ -z "$cryptkeyscript" ]; then cryptkey="Unlocking the disk $cryptsource ($crypttarget)\nEnter passphrase: " - if [ -x /bin/plymouth ] && plymouth --ping; then - cryptkeyscript="plymouth ask-for-password --prompt" - cryptkey=$(printf "$cryptkey") - else + #if [ -x /bin/plymouth ] && plymouth --ping; then + # cryptkeyscript="plymouth ask-for-password --prompt" + # cryptkey=$(printf "$cryptkey") + #else cryptkeyscript="/lib/cryptsetup/askpass" - fi + #fi fi