V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-25 21:33:19 +02:00
parent 115d037c67
commit f27b229dd6
2 changed files with 5 additions and 3 deletions

View File

@@ -69,9 +69,11 @@ partition_encryption() {
fi
if [[ "${var_mount_path,,}" == "/boot" ]]; then
ary_luks_opts=( "--key-file=${DIR_CNF}/password_luks_boot.txt" )
ary_luks_opts=( "--key-file=$(tr -d '\n' <<< "${DIR_CNF}")/password_luks_boot.txt" )
#ary_luks_opts=( "--key-file=${DIR_CNF}/password_luks_boot.txt" )
else
ary_luks_opts=( "--key-file=${DIR_CNF}/password_luks_common.txt" )
ary_luks_opts=( "--key-file=$(tr -d '\n' <<< "${DIR_CNF}")/password_luks_common.txt" )
#ary_luks_opts=( "--key-file=${DIR_CNF}/password_luks_common.txt" )
fi
ary_luks_opts+=(