diff options
author | 2022-11-27 00:31:44 +0100 | |
---|---|---|
committer | 2022-11-27 00:31:44 +0100 | |
commit | 6469792a1eb3088406c0664736b7b632eeb75b0c (patch) | |
tree | 49bbd7cffa324ed79b00733c9d3ebd801b1f12bf /_includes/downloads/x86.html | |
parent | Add remaining mips systemd links (diff) | |
download | www-6469792a1eb3088406c0664736b7b632eeb75b0c.tar.gz www-6469792a1eb3088406c0664736b7b632eeb75b0c.tar.bz2 www-6469792a1eb3088406c0664736b7b632eeb75b0c.zip |
Add more xx86 download links
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/downloads/x86.html')
-rw-r--r-- | _includes/downloads/x86.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html index 31ae1b0..fd6376c 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -20,6 +20,8 @@ {% 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" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i486-systemd" title="Stage 3" tag="i486 | systemd" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i486-systemd-mergedusr" title="Stage 3" tag="i486 | systemd | merged usr" %} </div> </div> <div class="col-xs-12 col-md-6"> |