From b12d7a6d43cd5d2b6dca287580900b71ef29ae04 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Feb 2024 02:27:47 +0000 Subject: [PATCH] Update "dmcrypt" configuration file from version "2.0.1.5" to "3.0.0-beta.1" --- aa000-0/dmcrypt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/aa000-0/dmcrypt b/aa000-0/dmcrypt index 36fa9fc..7d63a14 100644 --- a/aa000-0/dmcrypt +++ b/aa000-0/dmcrypt @@ -1,24 +1,23 @@ # Inferencium - aa000-0 # dm-crypt - Configuration +# Version: 3.0.0-beta.1 # Copyright 2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause -# Version: 2.0.1.5 - # Global ## How long to wait for each timeout (in seconds) -dmcrypt_key_timeout=1 +dmcrypt_key_timeout="1" ## Max number of checks to perform (see dmcrypt_key_timeout) -#dmcrypt_max_timeout=300 +#dmcrypt_max_timeout="300" # Number of password retries -dmcrypt_retries=5 +dmcrypt_retries="5" # swap ## These should come first so no keys make their way into unencrypted swap. -swap=swap -source='/dev/nvme0n1p2' -options='--cipher aes-xts-plain64 --size 512 --key-file /dev/urandom' +swap="swap" +source="PARTUUID=[REDACTED]" +options="--offset 2048 --cipher aes-xts-plain64 --key-size 512 --key-file /dev/urandom"