diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-01 15:11:26 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-01 15:11:26 +0200 |
commit | 9d89a654727af9b37cb8437b017dc7545549e00c (patch) | |
tree | ebe8f82bcdf270a274fa57b979d796a219b4ecae /udev | |
parent | 784611b4e488a3e299b4207893af3f1411c1fa65 (diff) | |
download | mkinitcpio-ykfde-9d89a654727af9b37cb8437b017dc7545549e00c.tar.gz mkinitcpio-ykfde-9d89a654727af9b37cb8437b017dc7545549e00c.tar.zst |
fix message string
Diffstat (limited to 'udev')
-rwxr-xr-x | udev/ykfde | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |