summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f5f6f4d..79a82f8 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>