diff options
Diffstat (limited to 'templates/mirrors/index.html')
-rw-r--r-- | templates/mirrors/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html index 8c193ba..1d620b1 100644 --- a/templates/mirrors/index.html +++ b/templates/mirrors/index.html @@ -31,7 +31,9 @@ <a href="http://wiki.archlinux.org/index.php/Pacman" title="ArchWiki: Pacman">pacman</a> mirrorlist based on geography and desired protocol(s). Simply replace the contents of - <code>/etc/pacman.d/mirrorlist</code> with your generated list.</p> + <code>/etc/pacman.d/mirrorlist</code> with your generated list. + Additionally, the mirror status data can be incorporated into the generated + mirror list and used to pre-order the mirrors.</p> <form id="list-generator" method="get"> {{ mirrorlist_form.as_p }} |