doc
This commit is contained in:
parent
610b934931
commit
c4514f2d7c
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
* [Installation](https://git.netig.net/netig/chimera-linux/src/branch/main/installation.md)
|
* [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)
|
* [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)
|
* [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)
|
* [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)
|
* [UFW configuration](https://git.netig.net/netig/chimera-linux/src/branch/main/ufw-config.md)
|
||||||
|
11
mirrors.md
11
mirrors.md
@ -1,11 +1,12 @@
|
|||||||
|
# Mirrors
|
||||||
|
|
||||||
The system comes preconfigured with a repository. If this repository
|
The system comes preconfigured with a repository. If this repository
|
||||||
is too slow for you, you might want to switch to a different mirror.
|
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`.
|
This may be done by creating/editing the file `/etc/apk/repositories.d/00-repo_url.list`, like this :
|
||||||
|
```
|
||||||
The repositories take the the form `URL/current/CATEGORY` where `URL`
|
set CHIMERA_REPO_URL=https://repo.chimera-linux.org
|
||||||
is the mirror base URL, and `category` is one of `main`, `main/debug`,
|
```
|
||||||
`user`, `user/debug`.
|
|
||||||
|
|
||||||
The following mirrors are available:
|
The following mirrors are available:
|
||||||
|
|
||||||
|
4
repositories.md
Normal file
4
repositories.md
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user