summaryrefslogtreecommitdiff
path: root/adelie-build-cd
diff options
context:
space:
mode:
Diffstat (limited to 'adelie-build-cd')
-rwxr-xr-xadelie-build-cd5
1 files changed, 4 insertions, 1 deletions
diff --git a/adelie-build-cd b/adelie-build-cd
index 4b03ea5..301c020 100755
--- a/adelie-build-cd
+++ b/adelie-build-cd
@@ -220,7 +220,10 @@ make_structure() {
if test -n "${DO_FULL+full}"; then
declare -r PACKAGES_DIR=squashroot-$ARCH/packages/$ARCH
mkdir -p $PACKAGES_DIR
- apk --arch $ARCH --root squashroot-$ARCH fetch -o $PACKAGES_DIR $(apk --root squashroot-$ARCH info)
+ apk --arch $ARCH \
+ -X "$URL/system/$EXTRA_MIRROR" \
+ -X "$URL/user/$EXTRA_MIRROR" \
+ --root squashroot-$ARCH fetch -o $PACKAGES_DIR $(apk --root squashroot-$ARCH info)
if test -n "${SIGN+doit}"; then
apk index --description "$VERSION/$ARCH Live CD" -o .tmp.APKINDEX.tar.gz $PACKAGES_DIR/*.apk
abuild-sign -q .tmp.APKINDEX.tar.gz