aboutsummaryrefslogtreecommitdiff
blob: 0b243cfa2cee094e2ebbdf5a04ba7bba68dfc707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="col-xs-12 col-md-6">
  <h4>Boot media</h4>
  <div class="list-group">
    {% include partials/download-link.html type="iso" arch="alpha" id="minimal" title="Minimal Installation CD" %}
  </div>
  <h4>Stage archives</h4>
  <div class="list-group">
    {% include partials/download-link.html type="stage3" arch="alpha" id="alpha-openrc" title="Stage 3" tag="openrc" %}
    {% include partials/download-link.html type="stage3" arch="alpha" id="alpha-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %}
  </div>
</div>
<div class="col-xs-12 col-md-6">
  <h4>Details (contents, hashes, and signatures)</h4>
  <ul>
    <li><a href="https://distfiles.gentoo.org/releases/alpha/autobuilds/current-install-alpha-minimal/">Minimal Installation CD</a></li>
    <li><a href="https://distfiles.gentoo.org/releases/alpha/autobuilds/">All files</a></li>
  </ul>
</div>