diff options
author | 2022-11-19 19:44:08 +0100 | |
---|---|---|
committer | 2022-11-19 19:44:08 +0100 | |
commit | b65a0a9b8134277227bda24362c47c0f030048f5 (patch) | |
tree | c2070ac3851e2358f1e757e35d34f208eb4b42b3 /_includes/downloads/x86.html | |
parent | downloads/ppc: add power9 le musl link (diff) | |
download | www-b65a0a9b8134277227bda24362c47c0f030048f5.tar.gz www-b65a0a9b8134277227bda24362c47c0f030048f5.tar.bz2 www-b65a0a9b8134277227bda24362c47c0f030048f5.zip |
Add links to merged-usr stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/downloads/x86.html')
-rw-r--r-- | _includes/downloads/x86.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html index 8aa4b11..f973ddd 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -9,6 +9,7 @@ <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" title="Stage 3" tag="i686 | systemd" %} + {% 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="i486-openrc" title="Stage 3" tag="i486 | openrc" %} </div> |