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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-25 20:44:10 +02:00
parent 8903280625
commit a4fcd2a658
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ partitioning() {
### Set the bootable flag if necessary.
if [[ "${var_boot,,}" == "true" ]]; then
case "${VAR_RECIPE_TABLE,,}:${VAR_FIRMWARE_TYPE,,}" in
case "${VAR_RECIPE_TABLE,,}:${VAR_RECIPE_FIRMWARE,,}" in
gpt:uefi|mbr:uefi)