gnu: cryptsetup: Update LUKS2 comment.
* gnu/packages/cryptsetup.scm (cryptsetup)[arguments]: Update comment to 2.06.
This commit is contained in:
		
							parent
							
								
									9c28fdcae3
								
							
						
					
					
						commit
						9c441cf3b6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -52,7 +52,7 @@
 | 
				
			||||||
       "--enable-libargon2"
 | 
					       "--enable-libargon2"
 | 
				
			||||||
       ;; The default is OpenSSL which provides better PBKDF performance.
 | 
					       ;; The default is OpenSSL which provides better PBKDF performance.
 | 
				
			||||||
       "--with-crypto_backend=gcrypt"
 | 
					       "--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")))
 | 
					       "--with-default-luks-format=LUKS1")))
 | 
				
			||||||
   (native-inputs
 | 
					   (native-inputs
 | 
				
			||||||
    `(("pkg-config" ,pkg-config)))
 | 
					    `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue