diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-01-22 01:18:32 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-01-22 01:18:32 +0100 |
commit | 046a089589c5656a6f7e2446df8dca0a92c99901 (patch) | |
tree | 350f49bc2d84ddf46c7d5d3b876916d0e8a4972f /_includes/downloads/arm64-advanced.html | |
parent | Add FOSDEM 23 post (diff) | |
download | www-046a089589c5656a6f7e2446df8dca0a92c99901.tar.gz www-046a089589c5656a6f7e2446df8dca0a92c99901.tar.bz2 www-046a089589c5656a6f7e2446df8dca0a92c99901.zip |
Add link for AArch64_BE stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/downloads/arm64-advanced.html')
-rw-r--r-- | _includes/downloads/arm64-advanced.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html index a2223c6..6187835 100644 --- a/_includes/downloads/arm64-advanced.html +++ b/_includes/downloads/arm64-advanced.html @@ -28,6 +28,13 @@ {% 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> |