From c4514f2d7cfc847864d1409dfc8c68b572e9e33b Mon Sep 17 00:00:00 2001 From: julien Date: Mon, 10 Feb 2025 19:50:15 +0100 Subject: [PATCH] doc --- README.md | 1 + mirrors.md | 11 ++++++----- repositories.md | 4 ++++ 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 repositories.md diff --git a/README.md b/README.md index 829f38e..5231c2f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/mirrors.md b/mirrors.md index 3a2158f..6a80336 100644 --- a/mirrors.md +++ b/mirrors.md @@ -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: diff --git a/repositories.md b/repositories.md new file mode 100644 index 0000000..1b6100d --- /dev/null +++ b/repositories.md @@ -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.