blob: 0b2c0cddec728debf4341fce161d85e6fe1e4628 (
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>
|