Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions src/installation/guides/chroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,10 @@ Follow only one of the two following subsections.

### The XBPS Method

[Select an XBPS mirror](../../xbps/repositories/mirrors/index.md). For
simplicity, save this URL to a shell variable for later use. Append `/current`
to this repository URL to install a glibc distribution, or `/current/musl` for a
musl distribution.

Note: musl binaries are not available for i686.

For example, this is the URL for glibc from a Tier 1 server:
Select a [mirror](../../xbps/repositories/mirrors/index.md) and use the
[appropriate URL](../../xbps/repositories/index.md#the-main-repository) for the
type of system you wish to install. For simplicity, save this URL to a shell
variable for later use, e.g.:

```
# REPO=https://alpha.de.repo.voidlinux.org/current
Expand Down
11 changes: 10 additions & 1 deletion src/xbps/repositories/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ which may also be signed.
Note that, while local repositories do not require signatures, remote
repositories *must* be signed.

## Official Repositories
## The main repository

The locations of the main repository in relation to a base [mirror
URL](./mirrors/index.md) are:

- glibc: `/current`
- musl: `/current/musl`
- aarch64 and aarch64-musl: `/current/aarch64`

## Subrepositories

In addition to the main repository, which is enabled upon installation, Void
provides other official repositories maintained by the Void project, but not
Expand Down