diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-16 11:02:39 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-16 12:13:40 +0200 |
| commit | 9c441cf3b6bd81bf673ca662240a24c2655b8f85 (patch) | |
| tree | ba84c145785c10b7d3eb72255739ef08d34cf19d /gnu/packages/cryptsetup.scm | |
| parent | 9c28fdcae330e91667b4b3e1058025bef250e6dd (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.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index 4c4633fe0bf..49b82090f06 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | "--enable-libargon2" | 52 | "--enable-libargon2" |
| 53 | ;; The default is OpenSSL which provides better PBKDF performance. | 53 | ;; The default is OpenSSL which provides better PBKDF performance. |
| 54 | "--with-crypto_backend=gcrypt" | 54 | "--with-crypto_backend=gcrypt" |
| 55 | ;; GRUB as of 2.04 still can't read LUKS2 containers. | 55 | ;; GRUB 2.06 supports LUKS2, but does it reliably support all set-ups…? |
| 56 | "--with-default-luks-format=LUKS1"))) | 56 | "--with-default-luks-format=LUKS1"))) |
| 57 | (native-inputs | 57 | (native-inputs |
| 58 | `(("pkg-config" ,pkg-config))) | 58 | `(("pkg-config" ,pkg-config))) |
