I use dm-crypt how can I change ask for password text:
"No key available with this passphrase."
this is store in libcryptsetup.so.1 probably:
# grep "No key" * -R
Binary file initrd/lib/libcryptsetup.so.1 matches
Binary file initrd/sbin/cryptsetup matches
Binary file initrd.img-3.2.0-1-686-pae matches
I wanna made some fake text, because in my country not give the correct password is fraught with problems... so I wanna make some text like "wipe done, please entry another HDD" (because encrypted data looks like random data).
Sorry for my english lang.