DockerPrograms/Pacoloco
2023-12-22 12:51:58 -07:00
..
docker-compose.yaml init 2023-12-22 12:51:58 -07:00
mirrorlist init 2023-12-22 12:51:58 -07:00
mirrorlist-arch init 2023-12-22 12:51:58 -07:00
mirrorlist-universe init 2023-12-22 12:51:58 -07:00
pacoloco.yaml init 2023-12-22 12:51:58 -07:00
README.md init 2023-12-22 12:51:58 -07:00

Setup

You'll need to change your config on your local Arch-based machine as well. Change /etc/pacman.conf's repo addresses. Example

[system]
Server = http://192.168.1.177:9129/repo/system/$repo/os/$arch

You will also mostlikely want to change this on your local config to a higher number. I personally run 5, but just go as high as you can since it is all LAN.

ParallelDownloads = 1

Note how "system" - the header - is also in the url.

  • system
  • world
  • galaxy
  • lib32
  • universe
    • Unsure why this doesn't work as of right now. WIP
  • extra
  • community
  • multilib

Mirrorlists

These are can bet set automatically using scripts. Check the Arch Wiki for steps to do this. You may have done it when you were setting up your computer.