cfg/aa-00-00/dmcrypt
inference b8258a596f
feat(name)!: rename file "dmcrypt" to include new system name
Changing the system name technically changes the entire target of the
file, so classify as a breaking change.
2025-06-27 18:28:20 +00:00

24 lines
585 B
Plaintext

# Inferencium - aa-00-00
# dm-crypt - Configuration
# Version: 4.0.0-alpha.1
# 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="--offset 2048 --cipher aes-xts-plain64 --key-size 512 --key-file /dev/urandom"