nckx pushed a commit to branch master
in repository guix.
commit 9c441cf3b6bd81bf673ca662240a24c2655b8f85
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Jun 16 11:02:39 2021 +0200
gnu: cryptsetup: Update LUKS2 comment.
* gnu/packages/cryptsetup.scm (cryptsetup)[arguments]: Update comment to
2.06.
---
gnu/packages/cryptsetup.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index 4c4633f..49b8209 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -52,7 +52,7 @@
"--enable-libargon2"
;; The default is OpenSSL which provides better PBKDF performance.
"--with-crypto_backend=gcrypt"
- ;; GRUB as of 2.04 still can't read LUKS2 containers.
+ ;; GRUB 2.06 supports LUKS2, but does it reliably support all set-ups…?
"--with-default-luks-format=LUKS1")))
(native-inputs
`(("pkg-config" ,pkg-config)))