aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/downloads/alpha.html2
-rw-r--r--_includes/downloads/amd64-advanced.html23
-rw-r--r--_includes/downloads/amd64.html4
-rw-r--r--_includes/downloads/arm.html12
-rw-r--r--_includes/downloads/arm64-advanced.html13
-rw-r--r--_includes/downloads/arm64.html4
-rw-r--r--_includes/downloads/hppa.html4
-rw-r--r--_includes/downloads/ia64.html2
-rw-r--r--_includes/downloads/loong.html2
-rw-r--r--_includes/downloads/m68k.html2
-rw-r--r--_includes/downloads/mips.html50
-rw-r--r--_includes/downloads/ppc.html10
-rw-r--r--_includes/downloads/riscv.html32
-rw-r--r--_includes/downloads/s390.html4
-rw-r--r--_includes/downloads/sparc.html8
-rw-r--r--_includes/downloads/x86.html4
-rw-r--r--_includes/layout/footer.html2
17 files changed, 101 insertions, 77 deletions
diff --git a/_includes/downloads/alpha.html b/_includes/downloads/alpha.html
index 0b243cf..1e3932d 100644
--- a/_includes/downloads/alpha.html
+++ b/_includes/downloads/alpha.html
@@ -6,7 +6,7 @@
<h4>Stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="alpha" id="alpha-openrc" title="Stage 3" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="alpha" id="alpha-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="alpha" id="alpha-systemd" title="Stage 3" tag="systemd" %}
</div>
</div>
<div class="col-xs-12 col-md-6">
diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html
index fd7475b..1297e0a 100644
--- a/_includes/downloads/amd64-advanced.html
+++ b/_includes/downloads/amd64-advanced.html
@@ -18,27 +18,25 @@
<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-mergedusr" title="Stage 3" tag="systemd | merged usr" %}
- {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-desktop-systemd-mergedusr" title="Stage 3" tag="desktop profile | systemd | merged usr" %}
+ {% 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-mergedusr" title="Stage 3" tag="no multilib | systemd | merged usr" %}
+ {% 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" %}
- {% include partials/download-link.html type="stage3" arch="amd64" id="x32-systemd-mergedusr" title="Stage 3" tag="x32 | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="amd64" id="x32-systemd" title="Stage 3" tag="x32 | systemd" %}
</div>
-</div>
-<div class="col-xs-12 col-md-6">
+
<h4>LLVM-based stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="amd64" id="amd64-llvm-openrc" title="Stage 3" tag="llvm | openrc" %}
- {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-llvm-systemd-mergedusr" title="Stage 3" tag="llvm | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-llvm-systemd" title="Stage 3" tag="llvm | 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="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>
<h4>Musl stage archives</h4>
@@ -54,6 +52,11 @@
</p>
</div>
+ <h4>Split-usr stage archives</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-openrc-splitusr" title="Stage 3" tag="openrc | split-usr" %}
+ </div>
+
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
<li><a href="https://distfiles.gentoo.org/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a></li>
diff --git a/_includes/downloads/amd64.html b/_includes/downloads/amd64.html
index 0e8891b..67d6307 100644
--- a/_includes/downloads/amd64.html
+++ b/_includes/downloads/amd64.html
@@ -7,9 +7,9 @@
<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-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %}
+ {% 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-openrc" title="Stage 3" tag="desktop profile | openrc" %}
- {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-desktop-systemd-mergedusr" title="Stage 3" tag="desktop profile | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %}
</div>
<h4>Details (contents, hashes, and signatures)</h4>
diff --git a/_includes/downloads/arm.html b/_includes/downloads/arm.html
index 46bcb92..9cf8265 100644
--- a/_includes/downloads/arm.html
+++ b/_includes/downloads/arm.html
@@ -12,30 +12,30 @@
<h4>ARMv4tl stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm" id="armv4tl-openrc" title="Stage 3" tag="ARMv4tl | openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm" id="armv4tl-systemd-mergedusr" title="Stage 3" tag="ARMv4tl | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm" id="armv4tl-systemd" title="Stage 3" tag="ARMv4tl | systemd" %}
</div>
<h4>ARMv5tel stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm" id="armv5tel-openrc" title="Stage 3" tag="ARMv5tel | openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm" id="armv5tel-systemd-mergedusr" title="Stage 3" tag="ARMv5tel | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm" id="armv5tel-systemd" title="Stage 3" tag="ARMv5tel | systemd" %}
</div>
<h4>ARMv6j stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm" id="armv6j_hardfp-openrc" title="Stage 3" tag="ARMv6j | HardFP | openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm" id="armv6j_hardfp-systemd-mergedusr" title="Stage 3" tag="ARMv6j | HardFP | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm" id="armv6j_hardfp-systemd" title="Stage 3" tag="ARMv6j | HardFP | systemd" %}
{% include partials/download-link.html type="stage3" arch="arm" id="armv6j-openrc" title="Stage 3" tag="ARMv6j | openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm" id="armv6j-systemd-mergedusr" title="Stage 3" tag="ARMv6j | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm" id="armv6j-systemd" title="Stage 3" tag="ARMv6j | systemd" %}
</div>
</div>
<div class="col-xs-12 col-md-6">
<h4>ARMv7a stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm" id="armv7a_hardfp-openrc" title="Stage 3" tag="ARMv7a | HardFP | openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm" id="armv7a_hardfp-systemd-mergedusr" title="Stage 3" tag="ARMv7a | HardFP | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm" id="armv7a_hardfp-systemd" title="Stage 3" tag="ARMv7a | HardFP | systemd" %}
{% include partials/download-link.html type="stage3" arch="arm" id="armv7a-openrc" title="Stage 3" tag="ARMv7a | openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm" id="armv7a-systemd-mergedusr" title="Stage 3" tag="ARMv7a | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm" id="armv7a-systemd" title="Stage 3" tag="ARMv7a | systemd" %}
</div>
<h4>Musl stage archives</h4>
diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html
index 99720d8..8da1722 100644
--- a/_includes/downloads/arm64-advanced.html
+++ b/_includes/downloads/arm64-advanced.html
@@ -8,14 +8,14 @@
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-openrc" title="Stage 3" tag="openrc" %}
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-openrc" title="Stage 3" tag="desktop profile | openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %}
- {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-systemd-mergedusr" title="Stage 3" tag="desktop profile | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd" title="Stage 3" tag="systemd" %}
+ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %}
</div>
<h4>LLVM-based stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-openrc" title="Stage 3" tag="llvm | openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-systemd-mergedusr" title="Stage 3" tag="llvm | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-systemd" title="Stage 3" tag="llvm | systemd" %}
</div>
</div>
<div class="col-xs-12 col-md-6">
@@ -29,7 +29,12 @@
<h4>Big-Endian Stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm64" id="aarch64_be-openrc" title="Stage 3" tag="eb | openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm64" id="aarch64_be-systemd-mergedusr" title="Stage 3" tag="eb | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm64" id="aarch64_be-systemd" title="Stage 3" tag="eb | systemd" %}
+ </div>
+
+ <h4>Split-usr stage archives</h4>
+ <div class="list-group">
+ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-openrc-splitusr" title="Stage 3" tag="openrc | split-usr" %}
</div>
<div class="alert alert-info">
diff --git a/_includes/downloads/arm64.html b/_includes/downloads/arm64.html
index bc5aeab..5ade14a 100644
--- a/_includes/downloads/arm64.html
+++ b/_includes/downloads/arm64.html
@@ -7,9 +7,9 @@
<h4>Stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-openrc" title="Stage 3" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd" title="Stage 3" tag="systemd" %}
{% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-openrc" title="Stage 3" tag="desktop profile | openrc" %}
- {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-systemd-mergedusr" title="Stage 3" tag="desktop profile | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %}
</div>
<h4>Details (contents, hashes, and signatures)</h4>
diff --git a/_includes/downloads/hppa.html b/_includes/downloads/hppa.html
index 353b67d..e689587 100644
--- a/_includes/downloads/hppa.html
+++ b/_includes/downloads/hppa.html
@@ -8,14 +8,14 @@
<h4>HPPA 1.1 stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1-openrc" title="Stage 3" tag="HPPA 1.1 | openrc" %}
- {% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1-systemd-mergedusr" title="Stage 3" tag="HPPA 1.1 | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1-systemd" title="Stage 3" tag="HPPA 1.1 | systemd" %}
</div>
</div>
<div class="col-xs-12 col-md-6">
<h4>HPPA 2.0 stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0-openrc" title="Stage 3" tag="HPPA 2.0 | openrc" %}
- {% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0-systemd-mergedusr" title="Stage 3" tag="HPPA 2.0 | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0-systemd" title="Stage 3" tag="HPPA 2.0 | systemd" %}
</div>
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
diff --git a/_includes/downloads/ia64.html b/_includes/downloads/ia64.html
index 8542480..11dd7f5 100644
--- a/_includes/downloads/ia64.html
+++ b/_includes/downloads/ia64.html
@@ -17,7 +17,7 @@
<h4>Stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="ia64" id="ia64-openrc" title="Stage 3" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="ia64" id="ia64-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="ia64" id="ia64-systemd" title="Stage 3" tag="systemd" %}
</div>
<h4>Details (contents, hashes, and signatures)</h4>
diff --git a/_includes/downloads/loong.html b/_includes/downloads/loong.html
index d3737fc..b144d31 100644
--- a/_includes/downloads/loong.html
+++ b/_includes/downloads/loong.html
@@ -2,7 +2,7 @@
<h4>Stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="loong" id="loong-openrc" title="Stage 3" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="loong" id="loong-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="loong" id="loong-systemd" title="Stage 3" tag="systemd" %}
</div>
</div>
<div class="col-xs-12 col-md-6">
diff --git a/_includes/downloads/m68k.html b/_includes/downloads/m68k.html
index e4c6767..e9f7329 100644
--- a/_includes/downloads/m68k.html
+++ b/_includes/downloads/m68k.html
@@ -2,7 +2,7 @@
<h4>Stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="m68k" id="m68k-openrc" title="Stage 3" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="m68k" id="m68k-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="m68k" id="m68k-systemd" title="Stage 3" tag="systemd" %}
</div>
<h4>Musl stage archives</h4>
<div class="list-group">
diff --git a/_includes/downloads/mips.html b/_includes/downloads/mips.html
index 03ce0a6..f6c4ef9 100644
--- a/_includes/downloads/mips.html
+++ b/_includes/downloads/mips.html
@@ -8,64 +8,66 @@
</p>
</div>
+<h4>Stage archives, little-endian O32</h4>
+<div class="list-group">
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_softfloat-openrc" title="Stage 3" tag="mips2 | o32 | sf | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_softfloat-systemd" title="Stage 3" tag="mips2 | o32 | sf | el | systemd" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-openrc" title="Stage 3" tag="mips2 | o32 | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-systemd" title="Stage 3" tag="mips2 | o32 | el | systemd" %}
+</div>
+
<h4>Stage archives, big-endian O32</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="mips" id="mips2_softfloat-openrc" title="Stage 3" tag="mips2 | o32 | sf | eb | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mips2_softfloat-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | sf | eb | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips2_softfloat-systemd" title="Stage 3" tag="mips2 | o32 | sf | eb | systemd" %}
{% include partials/download-link.html type="stage3" arch="mips" id="mips2-openrc" title="Stage 3" tag="mips2 | o32 | eb | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mips2-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | eb | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips2-systemd" title="Stage 3" tag="mips2 | o32 | eb | systemd" %}
</div>
-<h4>Stage archives, little-endian O32</h4>
+<h4>Stage archives, little-endian N32</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_softfloat-openrc" title="Stage 3" tag="mips2 | o32 | sf | el | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_softfloat-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | sf | el | systemd | merged usr" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-openrc" title="Stage 3" tag="mips2 | o32 | el | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | el | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n32-openrc" title="Stage 3" tag="mips3 | n32 | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n32-systemd" title="Stage 3" tag="mips3 | n32 | el | systemd" %}
</div>
<h4>Stage archives, big-endian N32</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="mips" id="mips3_n32-openrc" title="Stage 3" tag="mips3 | n32 | eb | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n32-systemd-mergedusr" title="Stage 3" tag="mips3 | n32 | eb | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n32-systemd" title="Stage 3" tag="mips3 | n32 | eb | systemd" %}
</div>
-<h4>Stage archives, little-endian N32</h4>
-<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n32-openrc" title="Stage 3" tag="mips3 | n32 | el | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n32-systemd-mergedusr" title="Stage 3" tag="mips3 | n32 | el | systemd | merged usr" %}
</div>
+<div class="col-xs-12 col-md-6">
+<h4>Stage archives, little-endian N64</h4>
+<div class="list-group">
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-openrc" title="Stage 3" tag="mips3 | n64 | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-systemd" title="Stage 3" tag="mips3 | n64 | el | systemd" %}
</div>
-<div class="col-xs-12 col-md-6">
+
<h4>Stage archives, big-endian N64</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-openrc" title="Stage 3" tag="mips3 | n64 | eb | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-systemd-mergedusr" title="Stage 3" tag="mips3 | n64 | eb | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-systemd" title="Stage 3" tag="mips3 | n64 | eb | systemd" %}
</div>
-<h4>Stage archives, little-endian N64</h4>
+<h4>Stage archives, little-endian multilib</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-openrc" title="Stage 3" tag="mips3 | n64 | el | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-systemd-mergedusr" title="Stage 3" tag="mips3 | n64 | el | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_multilib-openrc" title="Stage 3" tag="mips3 | n32 | multilib | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_multilib-systemd" title="Stage 3" tag="mips3 | n32 | multilib | el | systemd" %}
</div>
<h4>Stage archives, big-endian multilib</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="mips" id="mips3_multilib-openrc" title="Stage 3" tag="mips3 | n32 | multilib | eb | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mips3_multilib-systemd-mergedusr" title="Stage 3" tag="mips3 | n32 | multilib | eb | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips3_multilib-systemd" title="Stage 3" tag="mips3 | n32 | multilib | eb | systemd" %}
</div>
-<h4>Stage archives, little-endian multilib</h4>
-<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_multilib-openrc" title="Stage 3" tag="mips3 | n32 | multilib | el | openrc" %}
- {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_multilib-systemd-mergedusr" title="Stage 3" tag="mips3 | n32 | multilib | el | systemd | merged usr" %}
-</div>
<h4>Musl stage archives</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="mips" id="mips2_musl" title="Stage 3" tag="mips2 | o32 | musl | eb | openrc" %}
{% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_musl" title="Stage 3" tag="mips2 | o32 | musl | el | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="mips" id="mips2_musl" title="Stage 3" tag="mips2 | o32 | musl | eb | openrc" %}
</div>
<div class="alert alert-info">
diff --git a/_includes/downloads/ppc.html b/_includes/downloads/ppc.html
index 8122538..24918cc 100644
--- a/_includes/downloads/ppc.html
+++ b/_includes/downloads/ppc.html
@@ -21,20 +21,20 @@
<h4>Stage archives, big-endian ppc and ppc64</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="ppc" id="ppc-openrc" title="PPC stage 3" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="ppc" id="ppc-systemd-mergedusr" title="PPC stage 3" tag="systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="ppc" id="ppc-systemd" title="PPC stage 3" tag="systemd" %}
{% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-openrc" title="PPC64 stage 3" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-systemd-mergedusr" title="PPC64 stage 3" tag="systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-systemd" title="PPC64 stage 3" tag="systemd" %}
</div>
</div>
<div class="col-xs-12 col-md-6">
<h4>Stage archives, little-endian ppc64le</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="ppc" id="ppc64le-openrc" title="PPC64LE stage 3" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64le-systemd-mergedusr" title="PPC64LE stage 3" tag="systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64le-systemd" title="PPC64LE stage 3" tag="systemd" %}
{% include partials/download-link.html type="stage3" arch="ppc" id="power9le-openrc" title="PPC64LE stage 3" tag="power9 | openrc" %}
{% include partials/download-link.html type="stage3" arch="ppc" id="power9le-desktop-openrc" title="PPC64LE stage 3" tag="power9 | desktop profile | openrc" %}
- {% include partials/download-link.html type="stage3" arch="ppc" id="power9le-systemd-mergedusr" title="PPC64LE stage 3" tag="power9 | systemd | merged usr" %}
- {% include partials/download-link.html type="stage3" arch="ppc" id="power9le-desktop-systemd-mergedusr" title="PPC64LE stage 3" tag="power9 | desktop profile | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="ppc" id="power9le-systemd" title="PPC64LE stage 3" tag="power9 | systemd" %}
+ {% include partials/download-link.html type="stage3" arch="ppc" id="power9le-desktop-systemd" title="PPC64LE stage 3" tag="power9 | desktop profile | systemd" %}
</div>
<h4>Hardened / musl stage archives</h4>
diff --git a/_includes/downloads/riscv.html b/_includes/downloads/riscv.html
index cc6669a..06e38b9 100644
--- a/_includes/downloads/riscv.html
+++ b/_includes/downloads/riscv.html
@@ -5,25 +5,39 @@
<p>
The <em>lp64d</em> stages can be used on all 64-bit RISC-V processors supporting the <strong>double-precision floating point</strong> instruction set.
The <em>lp64</em> stages can be used on all 64-bit RISC-V processors; they require no hardware support for floating point arithmetics.
+ Multilib stages include toolchain support for all 64-bit and 32-bit ABI and are based on lp64d. They are mostly useful for development and testing purposes.
+ <br>
+ The <em>ilp32d</em> stages can be used on all 32-bit RISC-V processors supporting the <strong>double-precision floating point</strong> instruction set.
+ The <em>ilp32</em> stages can be used on all 32-bit RISC-V processors; they require no hardware support for floating point arithmetics.
</p>
</div>
-<h4>Stage archives</h4>
+<h4>Stage archives (RV64)</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-openrc" title="Stage 3" tag="lp64d | openrc" %}
- {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-systemd-mergedusr" title="Stage 3" tag="lp64d | systemd | merged usr" %}
- {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-openrc" title="Stage 3" tag="lp64 | openrc" %}
- {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-systemd-mergedusr" title="Stage 3" tag="lp64 | systemd | merged usr" %}
- {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-openrc" title="Stage 3" tag="multilib | openrc" %}
- {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-systemd-mergedusr" title="Stage 3" tag="multilib | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-openrc" title="Stage 3" tag="rv64gc | lp64d | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-systemd" title="Stage 3" tag="rv64gc | lp64d | systemd" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-openrc" title="Stage 3" tag="rv64gc | lp64 | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-systemd" title="Stage 3" tag="rv64gc | lp64 | systemd" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-openrc" title="Stage 3" tag="rv64gc | multilib | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-systemd" title="Stage 3" tag="rv64gc | multilib | systemd" %}
</div>
</div>
<div class="col-xs-12 col-md-6">
+<h4>Stage archives (RV32)</h4>
+<div class="list-group">
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32d-openrc" title="Stage 3" tag="rv32gc | ilp32d | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32d-systemd" title="Stage 3" tag="rv32gc | ilp32d | systemd" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32-openrc" title="Stage 3" tag="rv32gc | ilp32 | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32-systemd" title="Stage 3" tag="rv32gc | ilp32 | systemd" %}
+</div>
+
<h4>Musl stage archives</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d_musl" title="Stage 3" tag="lp64d | musl | openrc" %}
- {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64_musl" title="Stage 3" tag="lp64 | musl | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d_musl" title="Stage 3" tag="rv64gc | lp64d | musl | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64_musl" title="Stage 3" tag="rv64gc | lp64 | musl | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32d_musl" title="Stage 3" tag="rv32gc | ilp32d | musl | openrc" %}
+ {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32_musl" title="Stage 3" tag="rv32gc | ilp32 | musl | openrc" %}
</div>
<div class="alert alert-info">
<strong><i class="fa fa-fw fa-info-circle"></i> Musl stages</strong>
diff --git a/_includes/downloads/s390.html b/_includes/downloads/s390.html
index 13d5040..3d9c686 100644
--- a/_includes/downloads/s390.html
+++ b/_includes/downloads/s390.html
@@ -10,9 +10,9 @@
<h4>Stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="s390" id="s390-openrc" title="Stage 3" tag="s390 | openrc" %}
- {% include partials/download-link.html type="stage3" arch="s390" id="s390-systemd-mergedusr" title="Stage 3" tag="s390 | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="s390" id="s390-systemd" title="Stage 3" tag="s390 | systemd" %}
{% include partials/download-link.html type="stage3" arch="s390" id="s390x-openrc" title="Stage 3" tag="s390x | openrc" %}
- {% include partials/download-link.html type="stage3" arch="s390" id="s390x-systemd-mergedusr" title="Stage 3" tag="s390x | systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="s390" id="s390x-systemd" title="Stage 3" tag="s390x | systemd" %}
</div>
</div>
diff --git a/_includes/downloads/sparc.html b/_includes/downloads/sparc.html
index 30ec448..ad31cb3 100644
--- a/_includes/downloads/sparc.html
+++ b/_includes/downloads/sparc.html
@@ -5,10 +5,10 @@
</div>
<h4>Stage archives</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64" title="Stage 3 (64-bit userland)" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64-systemd-mergedusr" title="Stage 3 (64-bit userland)" tag="systemd | merged usr" %}
- {% include partials/download-link.html type="stage3" arch="sparc" id="sparc" title="Stage 3 (32-bit userland)" tag="openrc" %}
- {% include partials/download-link.html type="stage3" arch="sparc" id="sparc-systemd-mergedusr" title="Stage 3 (32-bit userland)" tag="systemd | merged usr" %}
+ {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64-openrc" title="Stage 3 (64-bit userland)" tag="openrc" %}
+ {% include partials/download-link.html type="stage3" arch="sparc" id="sparc64-systemd" title="Stage 3 (64-bit userland)" tag="systemd" %}
+ {% include partials/download-link.html type="stage3" arch="sparc" id="sparc-openrc" title="Stage 3 (32-bit userland)" tag="openrc" %}
+ {% include partials/download-link.html type="stage3" arch="sparc" id="sparc-systemd" title="Stage 3 (32-bit userland)" tag="systemd" %}
</div>
</div>
<div class="col-xs-12 col-md-6">
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html
index af913be..7ecfa83 100644
--- a/_includes/downloads/x86.html
+++ b/_includes/downloads/x86.html
@@ -17,9 +17,9 @@
<h4>Stage archives</h4>
<div class="list-group">
{% 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-mergedusr" title="Stage 3" tag="i686 | systemd | merged usr" %}
+ {% 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-mergedusr" title="Stage 3" tag="i486 | systemd | merged usr" %}
+ {% 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">
diff --git a/_includes/layout/footer.html b/_includes/layout/footer.html
index e13ab03..4802dfd 100644
--- a/_includes/layout/footer.html
+++ b/_includes/layout/footer.html
@@ -31,7 +31,7 @@
<div class="col-xs-8 col-md-8">
<strong>&copy; 2001-{% render_current_year %} Gentoo Authors</strong><br>
<small>
- Gentoo is a trademark of the Gentoo Foundation, Inc.
+ Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the
<a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license">CC-BY-SA-4.0</a> license.
The <a href="/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply.