V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-17 13:42:37 +02:00
parent 81bcb407fd
commit 6a67646fb6
18 changed files with 239 additions and 213 deletions

View File

@@ -24,6 +24,8 @@ guard_sourcing
# VAR_RECIPE_TABLE
# Arguments:
# None
# Returns:
# 0: on success
#######################################
yaml_reader() {
### Declare and substitute input files
@@ -138,5 +140,7 @@ END { print max }
do_log "info" "false" "Partition table: '${VAR_RECIPE_TABLE}' and firmware: '${VAR_RECIPE_FIRMWARE}' > No special firmware partition necessary."
fi
return 0
}
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh