diff options
author | Thomas Bächler <thomas@archlinux.org> | 2012-08-07 22:08:24 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-08-07 19:55:45 -0500 |
commit | 94ea63afdd1f07392f2212dd69c3807986c161d4 (patch) | |
tree | 0eab084a29f3925545a1b1a73a5e0d743f1c735e /templates | |
parent | f63a70f5118781fe34d82ae0d59c911f0ea28d1d (diff) |
Add a link to netboot outside of the "Test ISO" section.release_2012-08-07
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/download.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index f5f6f4d1..79a82f8b 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -49,6 +49,14 @@ title="Download for both architectures">Download archlinux-{{version}}-dual.iso.torrent</a></li> </ul> + <h3>Netboot</h3> + + <p>If you have a wired connection, you can boot the latest release directly over the network.</p> + <ul> + <li><a href="{{ releng_pxeboot_url }}" + title="Arch Linux Netboot Live System">Arch Linux Netboot</a></li> + </ul> + <h3>Test ISO Info</h3> <p>We provide daily snapshot ISOs. Those are largely untested, @@ -57,8 +65,7 @@ <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> - <img width="16" height="16" src="{% static "new.png" %}" alt="New"/></li> + 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> |