V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user