diff options
author | 2024-03-26 10:52:29 +0100 | |
---|---|---|
committer | 2024-03-26 10:52:29 +0100 | |
commit | ce21a333870996a9438a43ddefbb95c5513761ad (patch) | |
tree | 974d2d842a2f89cc77f352d8aab0c53b78994d40 /_includes | |
parent | Update download links (drop "merged-usr") (diff) | |
download | www-ce21a333870996a9438a43ddefbb95c5513761ad.tar.gz www-ce21a333870996a9438a43ddefbb95c5513761ad.tar.bz2 www-ce21a333870996a9438a43ddefbb95c5513761ad.zip |
Update download links (drop "merged-usr")
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-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 af913be..7ecfa83 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -17,9 +17,9 @@ <h4>Stage archives</h4> <div class="list-group"> {% 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-mergedusr" title="Stage 3" tag="i686 | systemd | merged usr" %} + {% 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-openrc" title="Stage 3" tag="i486 | openrc" %} - {% include partials/download-link.html type="stage3" arch="x86" id="i486-systemd-mergedusr" title="Stage 3" tag="i486 | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i486-systemd" title="Stage 3" tag="i486 | systemd" %} </div> </div> <div class="col-xs-12 col-md-6"> |