summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2012-08-07 22:08:24 +0200
committerDan McGee <dan@archlinux.org>2012-08-07 19:55:45 -0500
commit94ea63afdd1f07392f2212dd69c3807986c161d4 (patch)
tree0eab084a29f3925545a1b1a73a5e0d743f1c735e
parentf63a70f5118781fe34d82ae0d59c911f0ea28d1d (diff)
downloadarchweb-94ea63afdd1f07392f2212dd69c3807986c161d4.tar.gz
archweb-94ea63afdd1f07392f2212dd69c3807986c161d4.zip
Add a link to netboot outside of the "Test ISO" section.release_2012-08-07
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/public/download.html11
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>