1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

docs/mirrors: mention env variables example

Mention Environment Variables section too

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2598
This commit is contained in:
Alexey Andreyev 2025-05-12 20:24:41 +03:00 committed by Oliver Smith
parent 383266a7a8
commit 8f564edd78
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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.pmaports_custom http://custom-repository-here
pmbootstrap config mirrors.systemd_custom http://custom-repository-here/extra-repos/systemd 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 isnt ready yet):
```sh
PMB_APK_FORCE_MISSING_REPOSITORIES=1 pmbootstrap install
```