From 8f296d2daebd23b0be754e0af10291333e64bc32 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 7 Aug 2023 19:28:16 +0100 Subject: [PATCH] Update system "aa000-0" dm-crypt configuration file from version 1.0.1.2 to 2.0.1.5 --- aa000-0/dmcrypt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aa000-0/dmcrypt b/aa000-0/dmcrypt index 2245807..36fa9fc 100644 --- a/aa000-0/dmcrypt +++ b/aa000-0/dmcrypt @@ -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'