{% extends "base.html" %} {% load package_extras %} {% block title %}Arch Linux - Pacman Mirrorlist Generator{% endblock %} {% block content %}

Pacman Mirrorlist Generator

This page generates the most up-to-date mirrorlist possible for Arch Linux. The data used here comes straight from the developers' internal mirror database used to track mirror availability and tiering. There are two main options: get a mirrorlist with every available mirror, or get a mirrorlist tailored to your geography.

Mirrorlist with all available mirrors

You can get an up-to-date mirrorlist containing all available mirrors. This URL requires no GET or POST parameters so can be fetched from the command line if desired.

Customized by country mirrorlist

The following form can generate a custom up-to-date pacman mirrorlist based on geography. Simply replace the contents of /etc/pacman.d/mirrorlist with the generated code.

{{ mirrorlist_form.as_p }}

{% endblock %}