[arch-commits] Commit in cryptsetup/trunk (encrypt_hook)

Christian Hesse eworm at archlinux.org
Sat Nov 4 21:57:49 UTC 2017


    Date: Saturday, November 4, 2017 @ 21:57:48
  Author: eworm
Revision: 308916

do not ask for passphrase for verification

This is advised when creating a regular mapping for the first time, or when
running luksFormat. So no need to have it here, remove. (FS#45172)

Modified:
  cryptsetup/trunk/encrypt_hook

--------------+
 encrypt_hook |    1 -
 1 file changed, 1 deletion(-)

Modified: encrypt_hook
===================================================================
--- encrypt_hook	2017-11-04 21:55:29 UTC (rev 308915)
+++ encrypt_hook	2017-11-04 21:57:48 UTC (rev 308916)
@@ -110,7 +110,6 @@
             if [ -f "$ckeyfile" ]; then
                 exe="$exe --key-file $ckeyfile"
             else
-                exe="$exe --verify-passphrase"
                 echo ""
                 echo "A password is required to access the ${cryptname} volume:"
             fi



More information about the arch-commits mailing list