V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m53s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-18 09:57:57 +02:00
parent 21e1be98e4
commit 4c6e993a0c
3 changed files with 20 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ write_crypttab() {
# HMP_PATH_ENCLABEL
# HMP_PATH_LUKSUUID
# TARGET
# user_dropbear_boot
# dropbear_boot
# Arguments:
# None
# Returns:
@@ -77,7 +77,7 @@ EOF
var_encryption_label="${HMP_PATH_ENCLABEL["${var_key}"]}"
var_luks_uuid="${HMP_PATH_LUKSUUID["${var_key}"]}"
if [[ "${user_dropbear_boot,,}" == "true" ]]; then
if [[ "${dropbear_boot,,}" == "true" ]]; then
write_crypttab "${var_encryption_label}" "UUID=${var_luks_uuid}" "none" "luks,discard,initramfs"