From e513a3ea2bdd722735a2e453fb9653137c52f5b9 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 13 Jul 2026 12:48:57 +0200 Subject: image-builder: require_mount in changelog gate so unmounted NAS fails loud Co-Authored-By: Claude Opus 4.8 --- .extras/image-builder/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.extras') diff --git a/.extras/image-builder/bootstrap.sh b/.extras/image-builder/bootstrap.sh index 63b5c17..0698d55 100755 --- a/.extras/image-builder/bootstrap.sh +++ b/.extras/image-builder/bootstrap.sh @@ -156,6 +156,7 @@ fi # changelog_changed VERSION -> 0 if changed (or --force), else 1 changelog_changed() { local version="$1" + require_mount "${version}" # loud fail if NAS unmounted, not silent skip local repo_key="slackware64-${version}" local hash_file="${HASH_DIR}/${repo_key}.sha256" local url; url="$(mirror_path "${MIRROR}" "${repo_key}/ChangeLog.txt")" -- cgit v1.2.3