aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-18 22:52:24 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-18 22:54:03 +0200
commitde86cef68f7b32aab03efad90c715ac9f38704a6 (patch)
tree1e806441a3c3695a17e9a0b07248957080d1bbb5
parentdownloads/ppc: minor fixups (diff)
downloadwww-de86cef68f7b32aab03efad90c715ac9f38704a6.tar.gz
www-de86cef68f7b32aab03efad90c715ac9f38704a6.tar.bz2
www-de86cef68f7b32aab03efad90c715ac9f38704a6.zip
downloads/ppc: layout
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--_includes/downloads/ppc.html25
1 files changed, 13 insertions, 12 deletions
diff --git a/_includes/downloads/ppc.html b/_includes/downloads/ppc.html
index 011f121..505480a 100644
--- a/_includes/downloads/ppc.html
+++ b/_includes/downloads/ppc.html
@@ -13,22 +13,13 @@
{% include partials/download-link.html type="stage3" arch="ppc" id="power9le-openrc" title="PPC64LE stage 3" tag="openrc | power9" %}
{% include partials/download-link.html type="stage3" arch="ppc" id="power9le-systemd" title="PPC64LE stage 3" tag="systemd | power9" %}
</div>
- <h4>Hardened stage archives</h4>
- <div class="list-group">
- {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-musl-hardened-openrc" title="PPC64 stage 3" tag="musl | openrc" %}
- {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64le-musl-hardened-openrc" title="PPC64LE stage 3" tag="musl | 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/ppc/autobuilds/current-iso/">Minimal Installation CD</a></li>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ppc/autobuilds/">All files</a></li>
- </ul>
- <div class="alert alert-warning">
+ <h4>Processor compatibility</h4>
+ <div class="alert alert-warning">
<strong><i class="fa fa-fw fa-warning"></i> Confirm processor compatibility</strong>
<p>
- There are two modes the powerpc CPUs can operate in: <em>big-endian</em> and <em>little-endian</em>.
+ PowerPC CPUs can operate in two modes: <em>big-endian</em> and <em>little-endian</em>.
<ul>
<li>The <strong>ppc</strong> and <strong>ppc64</strong> stages are <em>big-endian</em> stages and can be used with <em>any PowerPC</em> CPU, including some old Apple&trade; hardware.</li>
<li>The <strong>ppc64le</strong> stages are <em>little-endian</em> stages and are created for running on <em>POWER8 and newer</em> CPUs.</li>
@@ -36,4 +27,14 @@
</ul>
</p>
</div>
+ <h4>Hardened stage archives</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-musl-hardened-openrc" title="PPC64 stage 3" tag="musl | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64le-musl-hardened-openrc" title="PPC64LE stage 3" tag="musl | openrc" %}
+ </div>
+ <h4>Details (contents, hashes, and signatures)</h4>
+ <ul>
+ <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ppc/autobuilds/current-iso/">Minimal Installation CD</a></li>
+ <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ppc/autobuilds/">All files</a></li>
+ </ul>
</div>