aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2016-02-05 21:40:51 +0100
committerAlex Legler <alex@a3li.li>2016-02-05 21:40:51 +0100
commit4979237918a2e2b9bb8a9040d9ca78a12ae49faf (patch)
tree9c1964f98005cec3dbaa5ded748c0122c416fe42 /_includes/downloads
parentinside-gentoo/contact: Rework "outdated content" (diff)
downloadwww-4979237918a2e2b9bb8a9040d9ca78a12ae49faf.tar.gz
www-4979237918a2e2b9bb8a9040d9ca78a12ae49faf.tar.bz2
www-4979237918a2e2b9bb8a9040d9ca78a12ae49faf.zip
downloads: Use new custom media name setup for AdminCDs
Diffstat (limited to '_includes/downloads')
-rw-r--r--_includes/downloads/amd64-advanced.html4
-rw-r--r--_includes/downloads/x86-advanced.html7
2 files changed, 8 insertions, 3 deletions
diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html
index 286fc64..7dc10e9 100644
--- a/_includes/downloads/amd64-advanced.html
+++ b/_includes/downloads/amd64-advanced.html
@@ -1,7 +1,7 @@
<div class="col-xs-12 col-md-6">
<h4>Boot Media</h4>
<div class="list-group">
- {% include partials/download-link-raw.html url='http://distfiles.gentoo.org/releases/amd64/autobuilds/current-admincd-amd64/' title='Admin CD' size='381000000' date='2015-03-26' %}
+ {% include partials/download-link.html type="iso" arch="amd64" id="hardened/admincd-amd64" title="Admin CD" %}
</div>
<h4>Stage Archives</h4>
@@ -28,4 +28,4 @@
The <em>amd64</em> architecture is intended for use on AMD 64-bit CPUs as well as 64-bit <strong>Intel Pentium/Core/Xeon</strong> processors.
</p>
</div>
-</div> \ No newline at end of file
+</div>
diff --git a/_includes/downloads/x86-advanced.html b/_includes/downloads/x86-advanced.html
index 245e366..3fc4c0e 100644
--- a/_includes/downloads/x86-advanced.html
+++ b/_includes/downloads/x86-advanced.html
@@ -1,4 +1,9 @@
<div class="col-xs-12 col-md-6">
+ <h4>Boot Media</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="iso" arch="x86" id="hardened/admincd-x86" title="Admin CD" %}
+ </div>
+
<h4>Stage Archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="x86" id="i486" title="Stage 3" tag="i486" %}
@@ -21,4 +26,4 @@
Processors prior to the <strong>Intel Pentium Pro</strong> or <strong>Pentium II</strong> require the <em>i486</em> variant to be used.
</p>
</div>
-</div> \ No newline at end of file
+</div>