aboutsummaryrefslogtreecommitdiff
blob: d33b1a560b8bea52d69e66458492a5769220c99d (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
<div class="col-xs-12 col-md-6">
  <h4>Boot media</h4>
  <div class="list-group">
    {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %}
    {% include partials/download-link-raw.html url='https://bouncer.gentoo.org/fetch/gentoo-20160704-livedvd/x86/' title='Hybrid ISO (LiveDVD)' size='2442909696' date='2016-07-04' %}
    {% include partials/download-link.html type="iso" arch="x86" id="hardened/admincd-x86" title="Admin CD" %}
  </div>

  <h4>Stage archives</h4>
  <div class="list-group">
    {% include partials/download-link.html type="stage3" arch="x86" id="i686" title="Stage 3" tag="i686" %}
    {% include partials/download-link.html type="stage3" arch="x86" id="i486" title="Stage 3" tag="i486" %}
    {% include partials/download-link.html type="stage3" arch="x86" id="i686-uclibc-vanilla" title="Stage 3" tag="i686 | uclibc" %}
    {% include partials/download-link.html type="stage3" arch="x86" id="i686-hardened" title="Hardened stage 3" tag="i686" %}
    {% include partials/download-link.html type="stage3" arch="x86" id="i686-uclibc-hardened" title="Hardened stage 3" tag="i686 | uclibc" %}
    {% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd" title="Stage 3" tag="systemd" %}
  </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/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a></li>
    <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-stage3-i686/">Stage 3</a></li>
  </ul>

  <div class="alert alert-warning">
    <strong><i class="fa fa-fw fa-warning"></i> Confirm processor compatibility</strong>
    <p>
      There are two builds of the <em>x86</em> architecture: <em>i486</em> and <em>i686</em>.<br />
      Processors prior to the <strong>Intel Pentium Pro</strong> or <strong>Pentium II</strong> require the <em>i486</em> variant to be used.
    </p>
  </div>
</div>