Remove unnecessary hash argument remnant.

This commit is contained in:
inference 2023-03-23 00:53:55 +00:00
parent 074095d7e8
commit e55949a59a
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.1.2
# 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 -d /dev/urandom'