V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 41s
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:
@@ -156,7 +156,7 @@ partitioning() {
|
|||||||
### Set the bootable flag if necessary.
|
### Set the bootable flag if necessary.
|
||||||
if [[ "${var_boot,,}" == "true" ]]; then
|
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)
|
gpt:uefi|mbr:uefi)
|
||||||
|
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ trap_exit_non_zero() {
|
|||||||
printf "%b❌ less -R %s %b%b" "${RED}" "${LOG_DBG}" "${RES}" "${NL}"
|
printf "%b❌ less -R %s %b%b" "${RED}" "${LOG_DBG}" "${RES}" "${NL}"
|
||||||
fi
|
fi
|
||||||
if [[ "${VAR_DEBUG_TRACE}" == "true" ]]; then
|
if [[ "${VAR_DEBUG_TRACE}" == "true" ]]; then
|
||||||
printf "%b❌ Debug Log saved at : %s %b%b" "${RED}" "${LOG_TRC}" "${RES}" "${NL}"
|
printf "%b❌ Trace Log saved at : %s %b%b" "${RED}" "${LOG_TRC}" "${RES}" "${NL}"
|
||||||
printf "%b❌ cat %s %b%b" "${RED}" "${LOG_TRC}" "${RES}" "${NL}"
|
printf "%b❌ cat %s %b%b" "${RED}" "${LOG_TRC}" "${RES}" "${NL}"
|
||||||
printf "%b❌ less -R %s %b%b" "${RED}" "${LOG_TRC}" "${RES}" "${NL}"
|
printf "%b❌ less -R %s %b%b" "${RED}" "${LOG_TRC}" "${RES}" "${NL}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user