aboutsummaryrefslogtreecommitdiff
blob: 646d6a96aee65dfe034a67085413c72a45094260 (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
52
53
54
55
56
57
58
<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="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-openrc" title="Stage 3" tag="openrc" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-desktop-openrc" title="Stage 3" tag="desktop profile | 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-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-nomultilib-openrc" title="Stage 3" tag="no multilib | openrc" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-nomultilib-systemd" title="Stage 3" tag="no multilib | systemd" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="x32-openrc" title="Stage 3" tag="x32 | openrc" %}
  </div>

  <h4>Hardened stage archives</h4>
  <div class="list-group">
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened-openrc" title="Hardened stage 3" tag="openrc" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened-nomultilib-openrc" title="Hardened stage 3" tag="no multilib | openrc" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened-selinux-openrc" title="H/SELinux stage 3" tag="openrc" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened-nomultilib-selinux-openrc" title="H/SELinux stage 3" tag="no multilib | openrc" %}
  </div>
</div>
<div class="col-xs-12 col-md-6">
  <h4>Processor compatibility</h4>
  <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>
  
  <h4>Musl stage archives</h4>
  <div class="list-group">
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-musl" title="Stage 3" tag="musl | openrc" %}
    {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-musl-hardened" title="Hardened stage 3" tag="musl | openrc" %}
  </div>
  <div class="alert alert-info">
    <strong><i class="fa fa-fw fa-info-circle"></i> Musl stages: consider the musl overlay</strong>
    <p>
      While the core system packages within the stage files work fine in the main gentoo repository, 
      musl-specific fixes for additional packages can be found in the <a href="https://gitweb.gentoo.org/proj/musl.git/">musl overlay</a>.
      If you encounter problems, you may want to consider adding this overlay to your installation.
      Instructions how to do so can be found, e.g., on the <a href="https://wiki.gentoo.org/wiki/Project:Hardened_musl">page 
      of the Hardened musl project</a>. Please file bugs!
    </p>
  </div>

  <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-openrc/">Stage 3</a></li>
    <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/">All stages</a></li>
  </ul>
</div>