diff options
| -rwxr-xr-x | .extras/image-builder/bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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")" |
