diff options
Diffstat (limited to 'python/templates/includes/downloads/ia64.html')
-rw-r--r-- | python/templates/includes/downloads/ia64.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/python/templates/includes/downloads/ia64.html b/python/templates/includes/downloads/ia64.html deleted file mode 100644 index 46aee26..0000000 --- a/python/templates/includes/downloads/ia64.html +++ /dev/null @@ -1,25 +0,0 @@ -<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 |