aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-03 21:41:24 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-03 21:41:24 +0200
commitaacc45d4a80932502a25b49ba184e99cbc0cb896 (patch)
treea95d671444137face0c69cae6cfd0be490e61614
parentAdd amd64 musl stage download links (diff)
downloadwww-aacc45d4a80932502a25b49ba184e99cbc0cb896.tar.gz
www-aacc45d4a80932502a25b49ba184e99cbc0cb896.tar.bz2
www-aacc45d4a80932502a25b49ba184e99cbc0cb896.zip
x86 openrc stages now contain openrc in name
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--_includes/downloads/x86-advanced.html6
-rw-r--r--_includes/downloads/x86.html4
2 files changed, 5 insertions, 5 deletions
diff --git a/_includes/downloads/x86-advanced.html b/_includes/downloads/x86-advanced.html
index 21c8b92..ac8c417 100644
--- a/_includes/downloads/x86-advanced.html
+++ b/_includes/downloads/x86-advanced.html
@@ -7,9 +7,9 @@
<h4>Stage archives</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="x86" id="i686" title="Stage 3" tag="i686 | openrc" %}
+ {% 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="i486" title="Stage 3" tag="i486 | openrc" %}
+ {% 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="i686-uclibc-vanilla" title="Stage 3" tag="i686 | uclibc | openrc" %}
{% include partials/download-link.html type="stage3" arch="x86" id="i686-hardened" title="Hardened stage 3" tag="i686 | openrc" %}
{% include partials/download-link.html type="stage3" arch="x86" id="i686-uclibc-hardened" title="Hardened stage 3" tag="i686 | uclibc | openrc" %}
@@ -19,7 +19,7 @@
<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/current-stage3-i686/">Stage 3</a></li>
+ <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-stage3-i686-openrc/">Stage 3</a></li>
</ul>
<div class="alert alert-warning">
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html
index 9616bca..3f281fc 100644
--- a/_includes/downloads/x86.html
+++ b/_includes/downloads/x86.html
@@ -5,12 +5,12 @@
<h4>Stage archives</h4>
<div class="list-group">
- {% include partials/download-link.html type="stage3" arch="x86" id="i686" title="Stage 3" tag="i686 | openrc" %}
+ {% 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" %}
</div>
<h4>Details (contents, hashes, and signatures)</h4>
<p>
<a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a>,
- <a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-stage3-i686/">Stage 3</a>
+ <a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-stage3-i686-openrc/">Stage 3</a>
</p>