diff options
author | 2021-08-25 21:15:25 +0200 | |
---|---|---|
committer | 2021-08-25 21:15:42 +0200 | |
commit | c9c0280618f661c5d37b36058cb71b01e082affb (patch) | |
tree | 43cf9c919b1991973a8e9477ae5b0b3d84cdf486 /_includes/downloads/riscv.html | |
parent | Add link to arm64 boot iso (diff) | |
download | www-c9c0280618f661c5d37b36058cb71b01e082affb.tar.gz www-c9c0280618f661c5d37b36058cb71b01e082affb.tar.bz2 www-c9c0280618f661c5d37b36058cb71b01e082affb.zip |
riscv downloads: link to new stage names
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/downloads/riscv.html')
-rw-r--r-- | _includes/downloads/riscv.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/downloads/riscv.html b/_includes/downloads/riscv.html index 6509b4d..a2652f0 100644 --- a/_includes/downloads/riscv.html +++ b/_includes/downloads/riscv.html @@ -1,10 +1,10 @@ <div class="col-xs-12 col-md-6"> <h4>Stage archives (~riscv)</h4> <div class="list-group"> - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-20.0-openrc" title="Stage 3" tag="lp64d | openrc | 20.0" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-20.0-systemd" title="Stage 3" tag="lp64d | systemd | 20.0" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-20.0-openrc" title="Stage 3" tag="lp64 | openrc | 20.0" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-20.0-systemd" title="Stage 3" tag="lp64 | systemd | 20.0" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-openrc" title="Stage 3" tag="lp64d | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-systemd" title="Stage 3" tag="lp64d | systemd" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-openrc" title="Stage 3" tag="lp64 | openrc" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-systemd" title="Stage 3" tag="lp64 | systemd" %} </div> <h4>Details (contents, hashes, and signatures)</h4> |