From 8f564edd7878356213b8bde47e26d8de0309b80e Mon Sep 17 00:00:00 2001 From: Alexey Andreyev Date: Mon, 12 May 2025 20:24:41 +0300 Subject: [PATCH] docs/mirrors: mention env variables example Mention Environment Variables section too Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2598 --- docs/mirrors.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/mirrors.md b/docs/mirrors.md index a431c4c0..ab276546 100644 --- a/docs/mirrors.md +++ b/docs/mirrors.md @@ -56,3 +56,13 @@ you want to use in addition to the postmarketOS binary package repository. pmbootstrap config mirrors.pmaports_custom http://custom-repository-here pmbootstrap config mirrors.systemd_custom http://custom-repository-here/extra-repos/systemd ``` + +### Bootstrapping a repository for an additional architecture + +See also the [Environment Variables](environment_variables.md) section +for a workaround when the APKINDEX is missing +(e.g., if the repository for the additional architecture isn’t ready yet): + +```sh +PMB_APK_FORCE_MISSING_REPOSITORIES=1 pmbootstrap install +```