Remove unnecessary hash since keyfile is used.

This commit is contained in:
inference 2023-03-23 00:48:03 +00:00
parent 2c141318a7
commit 2a4c16d7ff
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -4,7 +4,7 @@
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 0.0.0.0
# Version: 1.0.0.1
# Global
@ -20,5 +20,5 @@ dmcrypt_retries=5
## These should come first so no keys make their way into unencrypted swap.
swap=swap
source='/dev/nvme0n1p2'
options='-c aes-xts-plain64 -s 512 -h sha512 -d /dev/urandom'
options='-c aes-xts-plain64 -s 512 -h -d /dev/urandom'