summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-05-07 07:53:48 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-05-07 07:54:30 -0400
commitf3509b7e2b80a8ee3fbe092d46646612e63ca736 (patch)
treedfbecfc50bbdd64ddb96feaf082305407cdfbfe2 /configs
parent9df5f08ca2c2f7d3846ac7b36aba31d7f462ad00 (diff)
sq - cache
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/profile/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/profile/build.sh b/configs/profile/build.sh
index 6f9f7eb..c26982a 100755
--- a/configs/profile/build.sh
+++ b/configs/profile/build.sh
@@ -136,8 +136,8 @@ make_packages() {
# create live environment local repo or stash package cache
if [[ "$enable_offline_install" == 'true' ]]; then
if [[ -n ${_cache_packages} ]]; then
- # download cache packages
- setarch ${arch} mkparabolaiso ${verbose} -w ${work_dir}/${arch} -C ${pacman_conf} -D ${iso_dirname} -p "${_cache_packages}" -O install
+ # download any cache packages and prune obsolete packages
+ cache_only='true' setarch ${arch} mkparabolaiso ${verbose} -w ${work_dir}/${arch} -C ${pacman_conf} -D ${iso_dirname} -p "${_cache_packages}" -O install
fi
# create 'isorepo' for offline install
pushd ${work_dir}/${arch}/root-image/isorepo > /dev/null