aboutsummaryrefslogtreecommitdiff
blob: 8f2079e0edd227f320b76b29c48c5755b19d7f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="col-xs-12 col-md-6">
  <h4>Boot Media</h4>
  <div class="list-group">
    {% include partials/download-link.html type="iso" arch="hppa" id="minimal" title="Minimal Installation CD" %}
    {% include partials/download-link.html type="iso" arch="hppa" id="netboot-hppa32" title="Netboot" tag="HPPA32" %}
    {% include partials/download-link.html type="iso" arch="hppa" id="netboot-hppa64" title="Netboot" tag="HPPA64" %}
  </div>
  <h4>Stage Archives</h4>
  <div class="list-group">
    {% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1" title="Stage 3" tag="HPPA 1.1" %}
    {% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0" title="Stage 3" tag="HPPA 2.0" %}
  </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/hppa/autobuilds/current-install-hppa-minimal/">Minimal Installation CD</a></li>
    <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-netboot-hppa32/">Netboot HPPA32</a></li>
    <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-netboot-hppa64/">Netboot HPPA64</a></li>
    <li><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/">Stage 3</a></li>
  </ul>
</div>