From: Ralph Ronnquist Date: Tue, 17 Sep 2024 10:42:16 +0000 (+1000) Subject: Add target architecture to the pool list. X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=cacb363ededa159aa248728fbe07f5597989c32d;p=rrq%2Fbespoke-installer.git Add target architecture to the pool list. --- diff --git a/build-installer-functions.sh b/build-installer-functions.sh index 53c6081..b26f23e 100644 --- a/build-installer-functions.sh +++ b/build-installer-functions.sh @@ -225,6 +225,6 @@ pool_packages() { # This step includes additional packages from files # pool-packages*.list - sed '/#/d;/^$/d' pool-packages*.list + sed '/#/d;/^$/d' pool-packages*-$TARGET_ARCH.list } | sort -u }