Update system "aa000-0" dm-crypt configuration file from version 1.0.1.2 to 2.0.1.5

This commit is contained in:
inference 2023-08-07 19:29:08 +01:00
parent 6f2cd8a66c
commit 1fbb637346
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,10 +1,10 @@
# Inferencium
# Inferencium - aa000-0
# dm-crypt - Configuration
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
# Version: 1.0.1.2
# Version: 2.0.1.5
# 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 -d /dev/urandom'
options='--cipher aes-xts-plain64 --size 512 --key-file /dev/urandom'