diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-12-04 17:51:36 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-05 17:46:18 -0600 |
commit | c9d51d08c9e9fe0e04c013809f4278036b05b50e (patch) | |
tree | 3552b80b5a9b74241da8d2b6f49014ee34ae27bf /templates/public | |
parent | ffdaac4d8bb29afae9cd7c7fc96e0eb730fc2f2a (diff) |
download: add a link to the new netboot environment
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/download.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 36aca9ad..3e33ab32 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -122,6 +122,8 @@ <ul> <li><a href="{{ releng_iso_url }}" title="Release Engineering ISO download">Download snapshots</a></li> + <li><a href="{{ releng_pxeboot_url }}" + title="Arch Linux Netboot Live System">Boot latest snapshots over the network</a></li> <li><a href="{% url releng-test-overview %}" title="Release Engineering ISO feedback">Feedback</a></li> </ul> |