V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m55s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m55s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -21,6 +21,7 @@ guard_sourcing
|
||||
|
||||
#######################################
|
||||
# https://uapi-group.org/specifications/specs/discoverable_partitions_specification/
|
||||
# https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs
|
||||
# EFI System Partition, FAT32 | c12a7328-f81f-11d2-ba4b-00a0c93ec93b
|
||||
# BIOS Boot Partition GRUB | 21686148-6449-6e6f-744e-656564454649
|
||||
# Extended Boot Loader Partition | bc13c2ff-59e6-4262-a352-b275fd6f7172
|
||||
|
||||
@@ -89,15 +89,18 @@ partition_encryption() {
|
||||
if [[ "${var_encryption_path,,}" == "/boot" ]]; then
|
||||
ary_luks_opts=( --key-file "${DIR_CNF}/password_luks_boot.txt" )
|
||||
ary_luks_opts+=(
|
||||
--iter-time "${VAR_ITER_TIME:-3000}"
|
||||
--iter-time "${VAR_ITER_TIME:-3000}"\
|
||||
)
|
||||
|
||||
else
|
||||
|
||||
ary_luks_opts=( --key-file "${DIR_CNF}/password_luks_common.txt" )
|
||||
ary_luks_opts+=(
|
||||
--pbkdf-parallel "${VAR_KDF_THREADS:-1}"
|
||||
--pbkdf-memory "${VAR_KDF_MEMORY:-4}"
|
||||
--pbkdf-force-iterations "${VAR_KDF_ITERATIONS:-4}"
|
||||
--pbkdf-force-iterations "${VAR_KDF_ITERATIONS:-4}"\
|
||||
)
|
||||
|
||||
fi
|
||||
|
||||
ary_luks_opts+=(
|
||||
|
||||
Reference in New Issue
Block a user