diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/downloads/alpha.html | 1 | ||||
-rw-r--r-- | _includes/downloads/amd64-advanced.html | 35 | ||||
-rw-r--r-- | _includes/downloads/arm.html | 34 | ||||
-rw-r--r-- | _includes/downloads/arm64-advanced.html | 16 | ||||
-rw-r--r-- | _includes/downloads/arm64.html | 2 | ||||
-rw-r--r-- | _includes/downloads/hppa.html | 11 | ||||
-rw-r--r-- | _includes/downloads/ia64.html | 22 | ||||
-rw-r--r-- | _includes/downloads/loong.html | 14 | ||||
-rw-r--r-- | _includes/downloads/m68k.html | 1 | ||||
-rw-r--r-- | _includes/downloads/mips.html | 39 | ||||
-rw-r--r-- | _includes/downloads/ppc.html | 56 | ||||
-rw-r--r-- | _includes/downloads/riscv.html | 39 | ||||
-rw-r--r-- | _includes/downloads/s390.html | 18 | ||||
-rw-r--r-- | _includes/downloads/sparc.html | 2 | ||||
-rw-r--r-- | _includes/downloads/x86.html | 37 |
15 files changed, 221 insertions, 106 deletions
diff --git a/_includes/downloads/alpha.html b/_includes/downloads/alpha.html index 7ef09cb..fcda4f4 100644 --- a/_includes/downloads/alpha.html +++ b/_includes/downloads/alpha.html @@ -7,6 +7,7 @@ <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" title="Stage 3" tag="systemd" %} + {% include partials/download-link.html type="stage3" arch="alpha" id="alpha-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %} </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 72fb7fe..7dd911b 100644 --- a/_includes/downloads/amd64-advanced.html +++ b/_includes/downloads/amd64-advanced.html @@ -1,4 +1,12 @@ <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>Boot media</h4> <div class="list-group"> {% include partials/download-link.html type="iso" arch="amd64" id="minimal" title="Minimal Installation CD" %} @@ -11,12 +19,22 @@ {% 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-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %} {% 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="amd64-clang-openrc" title="Stage 3" tag="clang | openrc" %} - {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-clang-systemd" title="Stage 3" tag="clang | systemd" %} + {% 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="x32-openrc" title="Stage 3" tag="x32 | openrc" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="x32-systemd" title="Stage 3" tag="x32 | systemd" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="x32-systemd-mergedusr" title="Stage 3" tag="x32 | systemd | merged usr" %} + </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" title="Stage 3" tag="llvm | systemd" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-llvm-systemd-mergedusr" title="Stage 3" tag="llvm | systemd | merged usr" %} </div> <h4>Hardened stage archives</h4> @@ -26,20 +44,11 @@ {% 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-clang" title="Stage 3" tag="musl | clang | openrc" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-musl-llvm" title="Stage 3" tag="musl | llvm | 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"> diff --git a/_includes/downloads/arm.html b/_includes/downloads/arm.html index 7fa1482..674705f 100644 --- a/_includes/downloads/arm.html +++ b/_includes/downloads/arm.html @@ -1,21 +1,49 @@ <div class="col-xs-12 col-md-6"> - <h4>Stage archives</h4> + <h4>Processor compatibility</h4> + <div class="alert alert-info"> + <strong><span class="fa fa-fw fa-info-circle"></span> Processor compatibility</strong> + <p> + For details of the <em>arm</em> architecture, please see <a href="https://en.wikipedia.org/wiki/ARM_architecture_family">the + corresponding wikipedia page</a>. Note that in Gentoo <em>arm</em> refers to 32bit variants; the 64bit variants + can be found as <em>arm64</em>. + </p> + </div> + + <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" title="Stage 3" tag="ARMv4tl | systemd" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv4tl-systemd-mergedusr" title="Stage 3" tag="ARMv4tl | systemd | merged usr" %} + </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" title="Stage 3" tag="ARMv5tel | systemd" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv5tel-systemd-mergedusr" title="Stage 3" tag="ARMv5tel | systemd | merged usr" %} + </div> + + <h4>ARMv6j stage archives</h4> + <div class="list-group"> {% 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" title="Stage 3" tag="ARMv6j | systemd" %} + {% 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_hardfp-openrc" title="Stage 3" tag="ARMv6j | HardFP | openrc" %} {% 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_hardfp-systemd-mergedusr" title="Stage 3" tag="ARMv6j | HardFP | systemd | merged usr" %} + </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-openrc" title="Stage 3" tag="ARMv7a | openrc" %} {% include partials/download-link.html type="stage3" arch="arm" id="armv7a-systemd" title="Stage 3" tag="ARMv7a | systemd" %} + {% 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_hardfp-openrc" title="Stage 3" tag="ARMv7a | HardFP | openrc" %} {% 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_hardfp-systemd-mergedusr" title="Stage 3" tag="ARMv7a | HardFP | systemd | merged usr" %} </div> -</div> -<div class="col-xs-12 col-md-6"> + <h4>Musl stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="arm" id="armv6j_hardfp_musl-openrc" title="Stage 3" tag="ARMv6j | HardFP | openrc | musl" %} diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html index c0bb67a..6187835 100644 --- a/_includes/downloads/arm64-advanced.html +++ b/_includes/downloads/arm64-advanced.html @@ -9,16 +9,32 @@ {% 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" title="Stage 3" tag="systemd" %} + {% 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" 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" title="Stage 3" tag="llvm | systemd" %} + {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-systemd-mergedusr" title="Stage 3" tag="llvm | systemd | merged usr" %} + </div> </div> <div class="col-xs-12 col-md-6"> <h4>Musl stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-musl" title="Stage 3" tag="musl | openrc" %} + {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-musl-llvm" title="Stage 3" tag="musl | llvm | openrc" %} {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-musl-hardened" title="Hardened Stage 3" tag="musl | openrc" %} </div> + <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" title="Stage 3" tag="eb | systemd" %} + {% include partials/download-link.html type="stage3" arch="arm64" id="aarch64_be-systemd-mergedusr" title="Stage 3" tag="eb | systemd | merged usr" %} + </div> + <div class="alert alert-info"> <strong><i class="fa fa-fw fa-info-circle"></i> Musl stages: consider the musl overlay</strong> <p> diff --git a/_includes/downloads/arm64.html b/_includes/downloads/arm64.html index fec6634..7d2e7e5 100644 --- a/_includes/downloads/arm64.html +++ b/_includes/downloads/arm64.html @@ -1,6 +1,6 @@ <h4>Boot media</h4> <div class="list-group"> - {% include partials/download-link.html type="iso" arch="arm64" id="minimal" title="Minimal Installation CD" %} + {% include partials/download-link.html type="iso" arch="arm64" id="minimal" title="Minimal Installation CD" tag="EFI" %} <a href="" class="list-group-item download-link"> </a> </div> diff --git a/_includes/downloads/hppa.html b/_includes/downloads/hppa.html index b225ef7..6e5c161 100644 --- a/_includes/downloads/hppa.html +++ b/_includes/downloads/hppa.html @@ -5,15 +5,20 @@ {% include partials/download-link.html type="iso" arch="hppa" id="netboot-hppa32" title="Netboot" tag="HPPA32" %} {% include partials/download-link.html type="iso" arch="hppa" id="netboot-hppa64" title="Netboot" tag="HPPA64" %} </div> - <h4>Stage archives</h4> + <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" title="Stage 3" tag="HPPA 1.1 | systemd" %} - {% 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" title="Stage 3" tag="HPPA 2.0 | systemd" %} + {% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1-systemd-mergedusr" title="Stage 3" tag="HPPA 1.1 | systemd | merged usr" %} </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" title="Stage 3" tag="HPPA 2.0 | systemd" %} + {% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0-systemd-mergedusr" title="Stage 3" tag="HPPA 2.0 | systemd | merged usr" %} + </div> <h4>Details (contents, hashes, and signatures)</h4> <ul> <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/hppa/autobuilds/">All files</a></li> diff --git a/_includes/downloads/ia64.html b/_includes/downloads/ia64.html index e9b36c0..aaf427b 100644 --- a/_includes/downloads/ia64.html +++ b/_includes/downloads/ia64.html @@ -1,22 +1,24 @@ <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>ia64</em> architecture is intended for use on <strong>Intel Itanium</strong> processors only.<br /> + If you have a 64-bit <strong>Intel Pentium/Core/Xeon</strong> processor, you need to use the <a href="#amd64" class="alert-link"><em>amd64</em></a> architecture. + </p> + </div> + <h4>Boot media</h4> <div class="list-group"> {% include partials/download-link.html type="iso" arch="ia64" id="minimal" title="Minimal Installation CD" %} </div> +</div> +<div class="col-xs-12 col-md-6"> <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" title="Stage 3" tag="systemd" %} - </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>ia64</em> architecture is intended for use on <strong>Intel Itanium</strong> processors only.<br /> - If you have a 64-bit <strong>Intel Pentium/Core/Xeon</strong> processor, you need to use the <a href="#amd64" class="alert-link"><em>amd64</em></a> architecture. - </p> + {% include partials/download-link.html type="stage3" arch="ia64" id="ia64-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %} </div> <h4>Details (contents, hashes, and signatures)</h4> diff --git a/_includes/downloads/loong.html b/_includes/downloads/loong.html new file mode 100644 index 0000000..e337c0f --- /dev/null +++ b/_includes/downloads/loong.html @@ -0,0 +1,14 @@ +<div class="col-xs-12 col-md-6"> + <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" title="Stage 3" tag="systemd" %} + {% include partials/download-link.html type="stage3" arch="loong" id="loong-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %} + </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/loong/autobuilds/">All files</a></li> + </ul> +</div> diff --git a/_includes/downloads/m68k.html b/_includes/downloads/m68k.html index b47a657..849d026 100644 --- a/_includes/downloads/m68k.html +++ b/_includes/downloads/m68k.html @@ -3,6 +3,7 @@ <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" title="Stage 3" tag="systemd" %} + {% include partials/download-link.html type="stage3" arch="m68k" id="m68k-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %} </div> </div> <div class="col-xs-12 col-md-6"> diff --git a/_includes/downloads/mips.html b/_includes/downloads/mips.html index a3b2a00..867580d 100644 --- a/_includes/downloads/mips.html +++ b/_includes/downloads/mips.html @@ -1,57 +1,72 @@ <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> + For details of the <em>mips</em> architecture, please see <a href="https://en.wikipedia.org/wiki/MIPS_architecture">the + corresponding wikipedia page</a>. + </p> + </div> <h4>Stage archives, big-endian O32</h4> <div class="list-group"> {% 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="mips32-openrc" title="Stage 3" tag="mips32 | o32 | eb | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips2-systemd" title="Stage 3" tag="mips2 | o32 | eb | systemd" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips2-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | eb | systemd | merged usr" %} </div> <h4>Stage archives, little-endian O32</h4> <div class="list-group"> {% 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="mips32el-openrc" title="Stage 3" tag="mips32 | o32 | el | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-systemd" title="Stage 3" tag="mips2 | o32 | el | systemd" %} + {% 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-openrc" title="Stage 3" tag="mips3 | o32 | el | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3-systemd" title="Stage 3" tag="mips3 | o32 | el | systemd" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3-systemd-mergedusr" title="Stage 3" tag="mips3 | o32 | el | systemd | merged usr" %} </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="mips64_n32-openrc" title="Stage 3" tag="mips64 | n32 | eb | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n32-systemd" title="Stage 3" tag="mips3 | n32 | eb | systemd" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n32-systemd-mergedusr" title="Stage 3" tag="mips3 | n32 | eb | systemd | merged usr" %} </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="mips64el_n32-openrc" title="Stage 3" tag="mips64 | n32 | el | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n32-systemd" title="Stage 3" tag="mips3 | n32 | el | systemd" %} + {% 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> +<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="mips64_n64-openrc" title="Stage 3" tag="mips64 | n64 | eb | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-systemd" title="Stage 3" tag="mips3 | n64 | eb | systemd" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-systemd-mergedusr" title="Stage 3" tag="mips3 | n64 | eb | systemd | merged usr" %} </div> -</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" %} - {% include partials/download-link.html type="stage3" arch="mips" id="mips64el_n64-openrc" title="Stage 3" tag="mips64 | n64 | el | openrc" %} - {% include partials/download-link.html type="stage3" arch="mips" id="mips64el_n64-systemd" title="Stage 3" tag="mips64 | n64 | el | systemd" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-systemd-mergedusr" title="Stage 3" tag="mips3 | n64 | el | systemd | merged usr" %} </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="mips64_multilib-openrc" title="Stage 3" tag="mips64 | n32 | multilib | eb | openrc" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips3_multilib-systemd" title="Stage 3" tag="mips3 | n32 | multilib | eb | systemd" %} + {% 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" %} </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="mips64el_multilib-openrc" title="Stage 3" tag="mips64 | 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" %} + {% 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>Details (contents, hashes, and signatures)</h4> diff --git a/_includes/downloads/ppc.html b/_includes/downloads/ppc.html index 7d76d64..0f27cae 100644 --- a/_includes/downloads/ppc.html +++ b/_includes/downloads/ppc.html @@ -1,43 +1,52 @@ <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> + 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™ 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> + <li>The <strong>power9le</strong> stages are <em>little-endian</em> stages optimized exclusively for <em>POWER9</em> CPUs.</li> + </ul> + </p> + </div> + <h4>Boot media</h4> <div class="list-group"> {% include partials/download-link.html type="iso" arch="ppc" id="install-powerpc-minimal" title="PPC/PPC64 Minimal Installation CD" %} {% include partials/download-link.html type="iso" arch="ppc" id="install-ppc64le-minimal" title="PPC64LE Minimal Installation CD" %} </div> - <h4>Stage archives</h4> + + <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" title="PPC stage 3" tag="systemd" %} + {% 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="ppc64-openrc" title="PPC64 stage 3" tag="openrc" %} {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-systemd" title="PPC64 stage 3" tag="systemd" %} - {% 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" title="PPC64LE stage 3" tag="systemd" %} - {% 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" %} + {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-systemd-mergedusr" title="PPC64 stage 3" tag="systemd | merged usr" %} </div> - - <h4>Details (contents, hashes, and signatures)</h4> - <ul> - <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ppc/autobuilds/">All files</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> - 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™ 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> - <li>The <strong>power9le</strong> stages are <em>little-endian</em> stages optimized exclusively for <em>POWER9</em> CPUs.</li> - </ul> - </p> + <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" title="PPC64LE stage 3" tag="systemd" %} + {% 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="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" title="PPC64LE stage 3" tag="power9 | systemd" %} + {% 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" %} </div> + <h4>Hardened / musl stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="ppc" id="ppc-musl-hardened-openrc" title="PPC stage 3" tag="musl | openrc" %} {% 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" %} + {% include partials/download-link.html type="stage3" arch="ppc" id="power9le-musl-hardened-openrc" title="PPC64LE stage 3" tag="musl | openrc | power9" %} </div> <div class="alert alert-info"> @@ -50,4 +59,9 @@ 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/ppc/autobuilds/">All files</a></li> + </ul> </div> diff --git a/_includes/downloads/riscv.html b/_includes/downloads/riscv.html index d70ce37..b65ebc9 100644 --- a/_includes/downloads/riscv.html +++ b/_includes/downloads/riscv.html @@ -1,26 +1,22 @@ <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>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. + </p> +</div> + <h4>Stage archives</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" title="Stage 3" tag="lp64d | systemd" %} + {% 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" title="Stage 3" tag="lp64 | systemd" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-systemd-mergedusr" title="Stage 3" tag="lp64 | systemd | merged usr" %} </div> - -<h4>Experimental multilib stage archives</h4> -<div class="list-group"> - {% 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" title="Stage 3" tag="multilib | systemd" %} -</div> - -<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>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. - </p> - </div> </div> <div class="col-xs-12 col-md-6"> @@ -40,8 +36,15 @@ </p> </div> +<h4>Experimental multilib stage archives</h4> +<div class="list-group"> + {% 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" title="Stage 3" tag="multilib | systemd" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-systemd-mergedusr" title="Stage 3" tag="multilib | systemd | merged usr" %} +</div> + <h4>Details (contents, hashes, and signatures)</h4> - <p> - <a href="https://bouncer.gentoo.org/fetch/root/all/releases/riscv/autobuilds/">All files</a> - </p> +<p> + <a href="https://bouncer.gentoo.org/fetch/root/all/releases/riscv/autobuilds/">All files</a> +</p> </div> diff --git a/_includes/downloads/s390.html b/_includes/downloads/s390.html index d235091..d1a3094 100644 --- a/_includes/downloads/s390.html +++ b/_includes/downloads/s390.html @@ -1,12 +1,4 @@ <div class="col-xs-12 col-md-6"> - <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" 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" title="Stage 3" tag="s390x | systemd" %} - </div> - <h4>Boot media</h4> <div class="list-group"> {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390-initramfs" title="Netboot initramfs" tag="s390" %} @@ -14,6 +6,16 @@ {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390x-initramfs" title="Netboot initramfs" tag="s390x" %} {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390x-kernel" title="Netboot kernel" tag="s390x" %} </div> + + <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" title="Stage 3" tag="s390 | systemd" %} + {% 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="s390x-openrc" title="Stage 3" tag="s390x | openrc" %} + {% include partials/download-link.html type="stage3" arch="s390" id="s390x-systemd" title="Stage 3" tag="s390x | systemd" %} + {% include partials/download-link.html type="stage3" arch="s390" id="s390x-systemd-mergedusr" title="Stage 3" tag="s390x | systemd | merged usr" %} + </div> </div> <div class="col-xs-12 col-md-6"> diff --git a/_includes/downloads/sparc.html b/_includes/downloads/sparc.html index 6da7cf4..e8e45ea 100644 --- a/_includes/downloads/sparc.html +++ b/_includes/downloads/sparc.html @@ -7,8 +7,10 @@ <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" title="Stage 3 (64-bit userland)" tag="systemd" %} + {% 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" title="Stage 3 (32-bit userland)" tag="systemd" %} + {% include partials/download-link.html type="stage3" arch="sparc" id="sparc-systemd-mergedusr" title="Stage 3 (32-bit userland)" tag="systemd | merged usr" %} </div> </div> <div class="col-xs-12 col-md-6"> diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html index 8aa4b11..fd6376c 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" %} @@ -9,30 +18,18 @@ <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" title="Stage 3" tag="i686 | systemd" %} + {% 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="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" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i486-systemd-mergedusr" title="Stage 3" tag="i486 | systemd | merged usr" %} </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/">All files</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" %} @@ -48,4 +45,10 @@ 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/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a></li> + <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/">All files</a></li> + </ul> </div> |