V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 56s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 56s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -430,7 +430,7 @@ recipe:
|
|||||||
encryption:
|
encryption:
|
||||||
enable: true
|
enable: true
|
||||||
ephemeral: false
|
ephemeral: false
|
||||||
integrity: true
|
integrity: false
|
||||||
cipher: "aes-xts-plain64"
|
cipher: "aes-xts-plain64"
|
||||||
hash: "sha512"
|
hash: "sha512"
|
||||||
key: "512"
|
key: "512"
|
||||||
|
|||||||
@@ -121,6 +121,7 @@ validate_btrfs_compression() {
|
|||||||
#######################################
|
#######################################
|
||||||
mount_partition() {
|
mount_partition() {
|
||||||
### Declare Arrays, HashMaps, and Variables.
|
### Declare Arrays, HashMaps, and Variables.
|
||||||
|
# shellcheck disable=SC2034
|
||||||
declare -Ag HMP_FSTAB_MOUNT_OPTS # Used in: 4040() - [Mount Path:Mount Options].
|
declare -Ag HMP_FSTAB_MOUNT_OPTS # Used in: 4040() - [Mount Path:Mount Options].
|
||||||
|
|
||||||
declare var_mount_path="" var_dev_part="" var_dev="" var_btrfs_options="" \
|
declare var_mount_path="" var_dev_part="" var_dev="" var_btrfs_options="" \
|
||||||
|
|||||||
Reference in New Issue
Block a user