diff options
author | 2021-08-26 01:29:15 +0200 | |
---|---|---|
committer | 2021-08-26 01:29:15 +0200 | |
commit | c11858df5dafc3554856ee5a4e5a0cd91b529ad7 (patch) | |
tree | 8fac502671a87ac46b11b3c0bae5a372b942de06 /_includes/downloads/arm64.html | |
parent | Disable gentoo-bsd list. (diff) | |
download | www-c11858df5dafc3554856ee5a4e5a0cd91b529ad7.tar.gz www-c11858df5dafc3554856ee5a4e5a0cd91b529ad7.tar.bz2 www-c11858df5dafc3554856ee5a4e5a0cd91b529ad7.zip |
Downloads: Swap x86 with arm64
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/downloads/arm64.html')
-rw-r--r-- | _includes/downloads/arm64.html | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/_includes/downloads/arm64.html b/_includes/downloads/arm64.html index 9f4d723..48291b4 100644 --- a/_includes/downloads/arm64.html +++ b/_includes/downloads/arm64.html @@ -1,18 +1,16 @@ -<div class="col-xs-12 col-md-6"> - <h4>Boot media</h4> - <div class="list-group"> - {% include partials/download-link.html type="iso" arch="arm64" id="minimal" title="Minimal Installation CD" tag="EFI" %} - </div> - - <h4>Stage archives</h4> - <div class="list-group"> - {% include partials/download-link.html type="stage3" arch="arm64" id="arm64" title="Stage 3" tag="openrc" %} - {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd" title="Stage 3" tag="systemd" %} - </div> +<h4>Boot media</h4> +<div class="list-group"> + {% include partials/download-link.html type="iso" arch="arm64" id="minimal" title="Minimal Installation CD" %} </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/arm64/autobuilds/">Stage 3</a></li> - </ul> + +<h4>Stage archives</h4> +<div class="list-group"> + {% include partials/download-link.html type="stage3" arch="arm64" id="arm64" title="Stage 3" tag="openrc" %} + {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd" title="Stage 3" tag="systemd" %} </div> + +<h4>Details (contents, hashes, and signatures)</h4> +<p> + <a href="https://bouncer.gentoo.org/fetch/root/all/releases/arm64/autobuilds/current-install-arm64-minimal/">Minimal Installation CD</a>, + <a href="https://bouncer.gentoo.org/fetch/root/all/releases/arm64/autobuilds/current-stage3-arm64/">Stage 3</a> +</p> |