summaryrefslogtreecommitdiff
path: root/gnu/packages/cryptsetup.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-16 11:02:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-16 12:13:40 +0200
commit9c441cf3b6bd81bf673ca662240a24c2655b8f85 (patch)
treeba84c145785c10b7d3eb72255739ef08d34cf19d /gnu/packages/cryptsetup.scm
parent9c28fdcae330e91667b4b3e1058025bef250e6dd (diff)
gnu: cryptsetup: Update LUKS2 comment.
* gnu/packages/cryptsetup.scm (cryptsetup)[arguments]: Update comment to 2.06.
Diffstat (limited to 'gnu/packages/cryptsetup.scm')
-rw-r--r--gnu/packages/cryptsetup.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index 4c4633fe0b..49b82090f0 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)))