diff --git a/debian/initramfs/cryptroot-script b/debian/initramfs/cryptroot-script index 75299a0..51297d6 100644 --- a/debian/initramfs/cryptroot-script +++ b/debian/initramfs/cryptroot-script @@ -204,7 +204,7 @@ setup_mapping() diskname="$cryptsource ($crypttarget)" fi cryptkeyscript="/lib/cryptsetup/askpass" - cryptkey="Please unlock disk $diskname: " + cryptkey="Please unlock your device: " elif ! type "$cryptkeyscript" >/dev/null; then message "cryptsetup ($crypttarget): error - script \"$cryptkeyscript\" missing" return 1 @@ -375,7 +375,6 @@ setup_mapping() # decrease $count by 1, apparently last try was successful. count=$(( $count - 1 )) - message "cryptsetup ($crypttarget): set up successfully" break done