Wrap values in quotation marks
This commit is contained in:
parent
a59365241d
commit
0a462c791f
@ -1,6 +1,6 @@
|
|||||||
# Inferencium - aa000-0
|
# Inferencium - aa000-0
|
||||||
# dm-crypt - Configuration
|
# dm-crypt - Configuration
|
||||||
# Version: 3.0.0-alpha.1
|
# Version: 3.0.0-alpha.2
|
||||||
|
|
||||||
# Copyright 2023 Jake Winters
|
# Copyright 2023 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
@ -8,16 +8,16 @@
|
|||||||
|
|
||||||
# Global
|
# Global
|
||||||
## How long to wait for each timeout (in seconds)
|
## 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)
|
## Max number of checks to perform (see dmcrypt_key_timeout)
|
||||||
#dmcrypt_max_timeout=300
|
#dmcrypt_max_timeout="300"
|
||||||
# Number of password retries
|
# Number of password retries
|
||||||
dmcrypt_retries=5
|
dmcrypt_retries="5"
|
||||||
|
|
||||||
|
|
||||||
# swap
|
# swap
|
||||||
## These should come first so no keys make their way into unencrypted swap.
|
## These should come first so no keys make their way into unencrypted swap.
|
||||||
swap=swap
|
swap="swap"
|
||||||
source='/dev/nvme0n1p2'
|
source="/dev/nvme0n1p2"
|
||||||
options='--cipher aes-xts-plain64 --size 512 --key-file /dev/urandom'
|
options="--cipher aes-xts-plain64 --size 512 --key-file /dev/urandom"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user