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

Pacman Mirrorlist Generator

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.

{% csrf_token %} {{ mirrorlist_form.as_p }}

{% endblock %}