blob: 353b67dc1ced007272c0920e31575e645dc64384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<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>HPPA 1.1 stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1-openrc" title="Stage 3" tag="HPPA 1.1 | openrc" %}
{% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1-systemd-mergedusr" title="Stage 3" tag="HPPA 1.1 | systemd | merged usr" %}
</div>
</div>
<div class="col-xs-12 col-md-6">
<h4>HPPA 2.0 stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0-openrc" title="Stage 3" tag="HPPA 2.0 | openrc" %}
{% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0-systemd-mergedusr" title="Stage 3" tag="HPPA 2.0 | systemd | merged usr" %}
</div>
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
<li><a href="https://distfiles.gentoo.org/releases/hppa/autobuilds/">All files</a></li>
</ul>
</div>
|