You are not logged in.
I have an encrypted drive which decrypts on boot using luks.name hook in bootloader config. I want to change the decryption prompt from "Please enter the passphrase to unlock disk: x" to something more unique. For example in Ubuntu I could modify cryptsetup script in initramfs hooks, but obviously, there is no such script in Arch. However I couldn't find any helpful info in wiki. So, how to do this?
Last edited by shrvtv (2021-08-20 16:17:55)
Offline
It looks to be hard coded into the source see https://github.com/systemd/systemd/blob … tup.c#L570
Offline