mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
The repo snapshot date is determined automatically by a query to the archive mirror. You can also set a different snapshot date with the -s option. Before always the current packages were used. Use defined snapshots instead, because a future commit will switch pacman within the image to use the snapshot too.
10 lines
480 B
Plaintext
10 lines
480 B
Plaintext
#
|
|
# Mirrors for archive.archlinux.org
|
|
# list taken from https://gitlab.archlinux.org/archlinux/infrastructure/-/blob/master/docs/servers.md#archive-mirrors
|
|
#
|
|
Server = https://archive.archlinux.org/repos/%SNAPSHOT_DATE%/$repo/os/$arch
|
|
Server = https://europe.archive.pkgbuild.com/repos/%SNAPSHOT_DATE%/$repo/os/$arch
|
|
Server = https://america.archive.pkgbuild.com/repos/%SNAPSHOT_DATE%/$repo/os/$arch
|
|
Server = https://asia.archive.pkgbuild.com/repos/%SNAPSHOT_DATE%/$repo/os/$arch
|
|
|