aboutsummaryrefslogtreecommitdiff
blob: 5bb72d931992ebf870db9833711dd9fead9d0b24 (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
<div class="col-xs-12 col-md-6">
  <h4>Boot media</h4>
  <div class="list-group">
    {% include partials/download-link.html type="iso" arch="amd64" id="minimal" title="Minimal Installation CD" %}
    {% include partials/download-link.html type="iso" arch="amd64" id="hardened/admincd-amd64" title="Admin CD" %}
  </div>

  <h4>Stage archives</h4>
  <div class="list-group">
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64" title="Stage 3" tag="openrc" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-systemd" title="Stage 3" tag="systemd" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-nomultilib" title="Stage 3" tag="no multilib | openrc" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened" title="Hardened stage 3" tag="openrc" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened+nomultilib" title="Hardened stage 3" tag="no multilib | openrc" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="x32" title="Stage 3" tag="x32 | openrc" %}
  </div>
</div>
<div class="col-xs-12 col-md-6">
  <h4>Details (contents, hashes, and signatures)</h4>
  <ul>
    <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a></li>
    <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-stage3-amd64/">Stage 3</a></li>
    <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/">All stages</a></li>
  </ul>

  <div class="alert alert-info">
    <strong><span class="fa fa-fw fa-info-circle"></span> Processor compatibility</strong>
    <p>
      The <em>amd64</em> architecture is intended for use on AMD 64-bit CPUs as well as 64-bit <strong>Intel Pentium/Core/Xeon</strong> processors.
    </p>
  </div>
</div>