aboutsummaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-01 15:11:26 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-10-01 15:11:26 +0200
commit9d89a654727af9b37cb8437b017dc7545549e00c (patch)
treeebe8f82bcdf270a274fa57b979d796a219b4ecae /udev
parent784611b4e488a3e299b4207893af3f1411c1fa65 (diff)
downloadmkinitcpio-ykfde-9d89a654727af9b37cb8437b017dc7545549e00c.tar.gz
mkinitcpio-ykfde-9d89a654727af9b37cb8437b017dc7545549e00c.tar.zst
fix message string
Diffstat (limited to 'udev')
-rwxr-xr-xudev/ykfde2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/ykfde b/udev/ykfde
index 74853db..239f8bd 100755
--- a/udev/ykfde
+++ b/udev/ykfde
@@ -10,6 +10,6 @@ source /etc/ykfde.conf
ykchalresp -${YKFDE_SLOT:-2} "$(cat /ykfde-challenge)" 2>/dev/null | tr -d '\n' > /crypto_keyfile.bin
# if the systemd unit was faster try to answer password agent
-for REQUEST in $(grep -l '^Message=Please give passphrase for disk' /run/systemd/ask-password/ask.*); do
+for REQUEST in $(grep -l '^Message=Please enter passphrase for disk' /run/systemd/ask-password/ask.*); do
/usr/lib/systemd/systemd-reply-password 1 $(grep '^Socket=' ${REQUEST} | cut -d= -f2) < /crypto_keyfile.bin
done