V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -95,7 +95,7 @@ gen_dir_files
|
|||||||
|
|
||||||
### CHECKING REQUIRED PACKAGES.
|
### CHECKING REQUIRED PACKAGES.
|
||||||
color_echo "${CYA}" "CHECKING REQUIRED PACKAGES."
|
color_echo "${CYA}" "CHECKING REQUIRED PACKAGES."
|
||||||
check_pkgs
|
#check_pkgs
|
||||||
check_git
|
check_git
|
||||||
|
|
||||||
### ADVISORY LOCK.
|
### ADVISORY LOCK.
|
||||||
|
|||||||
@@ -69,9 +69,11 @@ partition_encryption() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${var_mount_path,,}" == "/boot" ]]; then
|
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
|
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
|
fi
|
||||||
|
|
||||||
ary_luks_opts+=(
|
ary_luks_opts+=(
|
||||||
|
|||||||
Reference in New Issue
Block a user