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:
parent
383266a7a8
commit
8f564edd78
1 changed files with 10 additions and 0 deletions
|
@ -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 isn’t ready yet):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
PMB_APK_FORCE_MISSING_REPOSITORIES=1 pmbootstrap install
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue