etcupdate: add notice for building tarball

This commit is contained in:
tschettervictor
2025-01-05 22:06:36 -07:00
committed by GitHub
parent b7ac062a70
commit 50c5e8c4ae

View File

@@ -56,6 +56,7 @@ bootstrap_etc_release() {
bootstrap_etc_tarball() {
local _release="${1}"
if [ ! -f ${bastille_cachedir}/${_release}.tbz2 ]; then
echo "Building tarball, please wait..."
if ! etcupdate build -d /tmp/etcupdate -s ${bastille_releasesdir}/${_release}/usr/src ${bastille_cachedir}/${_release}.tbz2; then
error_exit "Failed to build etcupdate tarball \"${_release}.tbz2\""
else