cfg/aa000-0/dmcrypt
inference 2522dcdb59
Switch from device name to partition UUID
Using partition UUID is safer than device name as it prevents accidental
erasure of incorrect devices should the device names change.
2024-02-13 02:14:52 +00:00

24 lines
566 B
Plaintext

# Inferencium - aa000-0
# dm-crypt - Configuration
# Version: 3.0.0-alpha.3
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause
# Global
## How long to wait for each timeout (in seconds)
dmcrypt_key_timeout="1"
## Max number of checks to perform (see dmcrypt_key_timeout)
#dmcrypt_max_timeout="300"
# Number of password retries
dmcrypt_retries="5"
# swap
## These should come first so no keys make their way into unencrypted swap.
swap="swap"
source="PARTUUID=[REDACTED]"
options="--cipher aes-xts-plain64 --size 512 --key-file /dev/urandom"