This commit is contained in:
julien 2025-02-10 19:50:15 +01:00
parent 610b934931
commit c4514f2d7c
3 changed files with 11 additions and 5 deletions

View File

@ -4,6 +4,7 @@
* [Installation](https://git.netig.net/netig/chimera-linux/src/branch/main/installation.md)
* [Mirrors](https://git.netig.net/netig/chimera-linux/src/branch/main/mirrors.md)
* [Repositories](https://git.netig.net/netig/chimera-linux/src/branch/main/repositories.md)
* [Tips and tricks](https://git.netig.net/netig/chimera-linux/src/branch/main/tips-and-tricks.md)
* [Containers](https://git.netig.net/netig/chimera-linux/src/branch/main/containers.md)
* [UFW configuration](https://git.netig.net/netig/chimera-linux/src/branch/main/ufw-config.md)

View File

@ -1,11 +1,12 @@
# Mirrors
The system comes preconfigured with a repository. If this repository
is too slow for you, you might want to switch to a different mirror.
This may be done by editing the file `/etc/apk/repositories.d/00-repo-main.list`.
The repositories take the the form `URL/current/CATEGORY` where `URL`
is the mirror base URL, and `category` is one of `main`, `main/debug`,
`user`, `user/debug`.
This may be done by creating/editing the file `/etc/apk/repositories.d/00-repo_url.list`, like this :
```
set CHIMERA_REPO_URL=https://repo.chimera-linux.org
```
The following mirrors are available:

4
repositories.md Normal file
View File

@ -0,0 +1,4 @@
# Repositories
By default a Chimera Linux system come with only the `main` repository, you may need software in `user`.
To add this repository simply install the `chimera-repo-user` package.