summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/tamplates/includes/downloads/ia64.html')
-rw-r--r--python/tamplates/includes/downloads/ia64.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/python/tamplates/includes/downloads/ia64.html b/python/tamplates/includes/downloads/ia64.html
new file mode 100644
index 0000000..46aee26
--- /dev/null
+++ b/python/tamplates/includes/downloads/ia64.html
@@ -0,0 +1,25 @@
+<div class="col-xs-12 col-md-6">
+ <h4>Boot Media</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="iso" arch="ia64" id="minimal" title="Minimal Installation CD" %}
+ </div>
+ <h4>Stage Archives</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="stage3" arch="ia64" id="ia64" title="Stage 3" %}
+ </div>
+</div>
+<div class="col-xs-12 col-md-6">
+ <h4>Details (Contents, Hashes, and Signatures)</h4>
+ <ul>
+ <li><a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-iso/">Minimal Installation CD</a></li>
+ <li><a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-stage3/">Stage 3</a></li>
+ </ul>
+
+ <div class="alert alert-warning">
+ <strong><i class="fa fa-fw fa-warning"></i> Confirm Processor Compatibility</strong>
+ <p>
+ The <em>ia64</em> architecture is intended for use on <strong>Intel Itanium</strong> processors only.<br />
+ If you have a 64-bit <strong>Intel Pentium/Core/Xeon</strong> processor, you need to use the <a href="#amd64" class="alert-link"><em>amd64</em></a> architecture.
+ </p>
+ </div>
+</div> \ No newline at end of file