diff options
author | 2021-07-05 00:11:06 +0200 | |
---|---|---|
committer | 2021-07-05 00:11:06 +0200 | |
commit | 8e362c1595dee8a185fdd23ec05a0091ffad5344 (patch) | |
tree | d625693b4e08e26758af6cda9b91575143f35e12 /_includes/downloads/x86.html | |
parent | x86 openrc stages now contain openrc in name (diff) | |
download | www-8e362c1595dee8a185fdd23ec05a0091ffad5344.tar.gz www-8e362c1595dee8a185fdd23ec05a0091ffad5344.tar.bz2 www-8e362c1595dee8a185fdd23ec05a0091ffad5344.zip |
x86 downloads: update filenames, drop uclibc downloads
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 3f281fc..77a9a77 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -1,6 +1,6 @@ <h4>Boot media</h4> <div class="list-group"> - {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %} + {% include partials/download-link.html type="iso" arch="x86" id="minimal-openrc" title="Minimal Installation CD" %} </div> <h4>Stage archives</h4> @@ -11,6 +11,6 @@ <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-install-x86-minimal-openrc/">Minimal Installation CD</a>, <a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-stage3-i686-openrc/">Stage 3</a> </p> |