aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_includes/downloads/x86.html')
-rw-r--r--_includes/downloads/x86.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html
index 3f015c3..7ecfa83 100644
--- a/_includes/downloads/x86.html
+++ b/_includes/downloads/x86.html
@@ -1,4 +1,13 @@
<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>
+ 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>
+
<h4>Boot media</h4>
<div class="list-group">
{% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %}
@@ -10,39 +19,30 @@
{% include partials/download-link.html type="stage3" arch="x86" id="i686-openrc" title="Stage 3" tag="i686 | openrc" %}
{% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd" title="Stage 3" tag="i686 | systemd" %}
{% include partials/download-link.html type="stage3" arch="x86" id="i486-openrc" title="Stage 3" tag="i486 | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="x86" id="i486-systemd" title="Stage 3" tag="i486 | systemd" %}
</div>
-
+</div>
+<div class="col-xs-12 col-md-6">
<h4>Hardened stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="x86" id="i686-hardened-openrc" title="Hardened stage 3" tag="i686 | openrc" %}
</div>
- <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-openrc/">Stage 3</a></li>
- </ul>
-</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>
- 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>
-
<h4>Musl stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="x86" id="i686-musl" title="Stage 3" tag="i686 | openrc | musl" %}
</div>
- <div class="alert alert-warning">
- <strong><i class="fa fa-fw fa-warning"></i> Musl stages require the musl overlay</strong>
+ <div class="alert alert-info">
+ <strong><i class="fa fa-fw fa-info-circle"></i> Musl stages</strong>
<p>
- If you want to use the musl stages, you must add the <a href="https://gitweb.gentoo.org/proj/musl.git/">musl overlay</a> to your installation.
- Instructions how to do this can be found on the <a href="https://wiki.gentoo.org/wiki/Project:Hardened_musl">page of the Hardened musl project</a>.
+ 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/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a></li>
+ <li><a href="https://distfiles.gentoo.org/releases/x86/autobuilds/">All files</a></li>
+ </ul>
</div>