diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-11 10:43:40 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-11 10:43:40 +0200 |
commit | fb50aeca0212ee5f833a9b38c871435120a38101 (patch) | |
tree | a292e634cc725daab341630cb27724700c4dd2d4 /_includes | |
parent | amd64 downloads: add some openrc suffixes (diff) | |
download | www-fb50aeca0212ee5f833a9b38c871435120a38101.tar.gz www-fb50aeca0212ee5f833a9b38c871435120a38101.tar.bz2 www-fb50aeca0212ee5f833a9b38c871435120a38101.zip |
Update amd64 download paths and filenames
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/downloads/amd64-advanced.html | 10 | ||||
-rw-r--r-- | _includes/downloads/amd64.html | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html index be92fc8..96dc54c 100644 --- a/_includes/downloads/amd64-advanced.html +++ b/_includes/downloads/amd64-advanced.html @@ -2,17 +2,17 @@ <h4>Boot media</h4> <div class="list-group"> {% include partials/download-link.html type="iso" arch="amd64" id="minimal" title="Minimal Installation CD" %} - {% include partials/download-link.html type="iso" arch="amd64" id="hardened/admincd-amd64" title="Admin CD" %} + {% include partials/download-link.html type="iso" arch="amd64" id="admincd-amd64" title="Admin CD" %} </div> <h4>Stage archives</h4> <div class="list-group"> - {% include partials/download-link.html type="stage3" arch="amd64" id="amd64" title="Stage 3" tag="openrc" %} + {% 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-nomultilib-openrc" title="Stage 3" tag="no multilib | openrc" %} {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-musl" title="Stage 3" tag="musl | openrc" %} - {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened" title="Hardened stage 3" tag="openrc" %} - {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened+nomultilib" title="Hardened stage 3" tag="no multilib | openrc" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened-openrc" title="Hardened stage 3" tag="openrc" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-hardened-nomultilib-openrc" title="Hardened stage 3" tag="no multilib | openrc" %} {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-musl-hardened" title="Hardened stage 3" tag="musl | openrc" %} {% include partials/download-link.html type="stage3" arch="amd64" id="x32-openrc" title="Stage 3" tag="x32 | openrc" %} </div> @@ -21,7 +21,7 @@ <h4>Details (contents, hashes, and signatures)</h4> <ul> <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a></li> - <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-stage3-amd64/">Stage 3</a></li> + <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-stage3-amd64-openrc/">Stage 3</a></li> <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/">All stages</a></li> </ul> diff --git a/_includes/downloads/amd64.html b/_includes/downloads/amd64.html index aa1924b..e2c01f4 100644 --- a/_includes/downloads/amd64.html +++ b/_includes/downloads/amd64.html @@ -5,12 +5,12 @@ <h4>Stage archives</h4> <div class="list-group"> - {% include partials/download-link.html type="stage3" arch="amd64" id="amd64" title="Stage 3" tag="openrc" %} + {% 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" %} </div> <h4>Details (contents, hashes, and signatures)</h4> <p> <a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a>, - <a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-stage3-amd64/">Stage 3</a> + <a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-stage3-amd64-openrc/">Stage 3</a> </p> |