From 268f68aeecc15a79c4efca0b2942bb86884266fa Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Jun 2025 17:36:51 +0200 Subject: [PATCH] btrfs/blake2 --- sh/fs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/fs.sh b/sh/fs.sh index ac46f6d..0db5696 100644 --- a/sh/fs.sh +++ b/sh/fs.sh @@ -5,7 +5,7 @@ rwx_fs_make_btrfs() { if [ -b "${device}" ]; then set -- \ --force \ - --checksum "sha256" + --checksum "blake2" if [ -n "${label}" ]; then set -- "${@}" \ --label "${label}"