From 98bb3da708a475ff67dc019fddcb307d18856e5f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 10:35:42 +0200 Subject: Merging debian version 2:2.7.0-1. Signed-off-by: Daniel Baumann --- debian/initramfs/hooks/cryptroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/initramfs/hooks') diff --git a/debian/initramfs/hooks/cryptroot b/debian/initramfs/hooks/cryptroot index c16f7c2..83d29fd 100644 --- a/debian/initramfs/hooks/cryptroot +++ b/debian/initramfs/hooks/cryptroot @@ -220,7 +220,7 @@ populate_CRYPTO_HASHES() { elif [ "$CRYPTTAB_TYPE" = "plain" ]; then # --hash is being ignored when opening via key file if [ "$CRYPTTAB_KEY" = "none" ] && [ -z "${CRYPTTAB_OPTION_keyscript+x}" ]; then - hash="${CRYPTTAB_OPTION_hash-ripemd160}" # default password hashing as of cryptsetup 2.5 + hash="${CRYPTTAB_OPTION_hash-sha256}" # default password hashing as of cryptsetup 2.7 fi else hash="" # or hash="@@UNKNOWN@@"? -- cgit v1.2.3