V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-29 17:50:38 +02:00
parent cb1cbd731b
commit 4232245c6d
6 changed files with 83 additions and 66 deletions

View File

@@ -12,9 +12,6 @@
guard_sourcing
declare -grx VAR_SAFE_MNT_BASE="/run/ciss/bootstrap"
mkdir -p "${VAR_SAFE_MNT_BASE}"
#######################################
# Validates var_mount_path to be processed.
# Arguments:
@@ -71,19 +68,6 @@ resolve_device() {
fi
}
#######################################
# YAML Parser Null String exception Handler.
# Arguments:
# $1: Key String to evaluate
# $2: YAML File
#######################################
yq_val() {
# shellcheck disable=SC2155
declare var_helper=$(yq e "$1" "$2")
[[ "${var_helper}" == null ]] && var_helper=""
printf '%s' "${var_helper}"
}
#######################################
# Validates btrfs compression algo and level.
# Arguments: