diff options
author | 2021-07-03 21:41:24 +0200 | |
---|---|---|
committer | 2021-07-03 21:41:24 +0200 | |
commit | aacc45d4a80932502a25b49ba184e99cbc0cb896 (patch) | |
tree | a95d671444137face0c69cae6cfd0be490e61614 /_includes/downloads/x86.html | |
parent | Add amd64 musl stage download links (diff) | |
download | www-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>
Diffstat (limited to '_includes/downloads/x86.html')
-rw-r--r-- | _includes/downloads/x86.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |