summaryrefslogtreecommitdiff
path: root/pcr/plymouth/plymouth.encrypt_hook
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-01 16:01:03 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-01 17:11:38 +0100
commit521cb9ea33455efb81c012746c4803479c662169 (patch)
tree31a02b307ca9cd53104eebcfb5713a7ad82a2fa5 /pcr/plymouth/plymouth.encrypt_hook
parentc2c2ccd0a2156cb401f16bb6d819419e0fa9b06f (diff)
downloadabslibre-521cb9ea33455efb81c012746c4803479c662169.tar.gz
abslibre-521cb9ea33455efb81c012746c4803479c662169.tar.bz2
abslibre-521cb9ea33455efb81c012746c4803479c662169.zip
pcr/plymouth: updated to 0.9.3
Diffstat (limited to 'pcr/plymouth/plymouth.encrypt_hook')
-rw-r--r--pcr/plymouth/plymouth.encrypt_hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/plymouth/plymouth.encrypt_hook b/pcr/plymouth/plymouth.encrypt_hook
index 963cc06e7..a623debf5 100644
--- a/pcr/plymouth/plymouth.encrypt_hook
+++ b/pcr/plymouth/plymouth.encrypt_hook
@@ -76,7 +76,7 @@ EOF
if [ ${dopassphrase} -gt 0 ]; then
echo
echo "A password is required to access the ${cryptname} volume:"
- plymouth ask-for-password --prompt="Password for ${cryptname} volume" --dont-pause-progress --number-of-tries=5 --command="/sbin/cryptsetup luksOpen --key-file=- ${cryptdev} ${cryptname} ${cryptargs} ${CSQUIET}"
+ plymouth ask-for-password --prompt="Password for ${cryptname} volume" --dont-pause-progress --number-of-tries=5 --command="/sbin/cryptsetup luksOpen --key-file=- ${resolved} ${cryptname} ${cryptargs} ${CSQUIET}"
sleep 2
fi
if [ -e "/dev/mapper/${cryptname}" ]; then