blob: 8da1722eabeeff1829f8234074f40eb1f9df9156 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<div class="col-xs-12 col-md-6">
<h4>Boot media</h4>
<div class="list-group">
{% include partials/download-link.html type="iso" arch="arm64" id="minimal" title="Minimal Installation CD" tag="EFI" %}
</div>
<h4>Stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-openrc" title="Stage 3" tag="openrc" %}
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-openrc" title="Stage 3" tag="desktop profile | openrc" %}
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd" title="Stage 3" tag="systemd" %}
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %}
</div>
<h4>LLVM-based stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-openrc" title="Stage 3" tag="llvm | openrc" %}
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-systemd" title="Stage 3" tag="llvm | systemd" %}
</div>
</div>
<div class="col-xs-12 col-md-6">
<h4>Musl stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-musl" title="Stage 3" tag="musl | openrc" %}
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-musl-llvm" title="Stage 3" tag="musl | llvm | openrc" %}
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-musl-hardened" title="Hardened Stage 3" tag="musl | openrc" %}
</div>
<h4>Big-Endian Stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm64" id="aarch64_be-openrc" title="Stage 3" tag="eb | openrc" %}
{% include partials/download-link.html type="stage3" arch="arm64" id="aarch64_be-systemd" title="Stage 3" tag="eb | systemd" %}
</div>
<h4>Split-usr stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-openrc-splitusr" title="Stage 3" tag="openrc | split-usr" %}
</div>
<div class="alert alert-info">
<strong><i class="fa fa-fw fa-info-circle"></i> Musl stages</strong>
<p>
For additional information on using musl based Gentoo systems please see the <a href="https://wiki.gentoo.org/wiki/Musl_usage_guide">Musl usage guide</a>.
</p>
</div>
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
<li><a href="https://distfiles.gentoo.org/releases/arm64/autobuilds/">All files</a></li>
</ul>
</div>
|