aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-01-24 01:27:55 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-01-24 01:27:55 +0100
commitba777fda72042491ffaeaba6dff8f16e3b5bd40f (patch)
tree7f971192a6ffbeee1776df90d915756a7a947fde
parentMoar arm64 downloadz (diff)
downloadwww-ba777fda72042491ffaeaba6dff8f16e3b5bd40f.tar.gz
www-ba777fda72042491ffaeaba6dff8f16e3b5bd40f.tar.bz2
www-ba777fda72042491ffaeaba6dff8f16e3b5bd40f.zip
Fix main download links and promote desktop stage3 files
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--_includes/downloads/amd64.html2
-rw-r--r--_includes/downloads/arm64.html6
2 files changed, 6 insertions, 2 deletions
diff --git a/_includes/downloads/amd64.html b/_includes/downloads/amd64.html
index e2c01f4..ef187d3 100644
--- a/_includes/downloads/amd64.html
+++ b/_includes/downloads/amd64.html
@@ -7,6 +7,8 @@
<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" 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" title="Stage 3" tag="desktop profile | systemd" %}
</div>
<h4>Details (contents, hashes, and signatures)</h4>
diff --git a/_includes/downloads/arm64.html b/_includes/downloads/arm64.html
index 48291b4..1c78518 100644
--- a/_includes/downloads/arm64.html
+++ b/_includes/downloads/arm64.html
@@ -5,12 +5,14 @@
<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-openrc" title="Stage 3" tag="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-desktop-openrc" title="Stage 3" tag="desktop profile | openrc" %}
+ {% 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>
<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>
+ <a href="https://bouncer.gentoo.org/fetch/root/all/releases/arm64/autobuilds/current-stage3-arm64-openrc/">Stage 3</a>
</p>