aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/image-builder/lib.sh
AgeCommit message (Collapse)AuthorFilesLines
2026-07-13image-builder: accept any Slackware pkg extension (*.t?z) not just .txzDanilo M.1-2/+3
Upstream sbopkg ships as .tgz, not .txz. The require_pkgs guard, txz_hash find, cp staging, and Dockerfile COPY all hard-coded *.txz, so a .tgz package failed the presence check and was excluded from the rebuild hash. Widen every glob to *.t?z (matches .txz/.tgz/.tbz/.tlz); stage the whole pkgs dir into the image and installpkg the lot, dropping the in-image extension coupling entirely. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-13image-builder: curl -sS in fetch for http error diagnosticsDanilo M.1-1/+1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-13image-builder: config + lib.sh helpersDanilo M.1-0/+71
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>