diff options
author | 2021-01-23 19:11:11 +0200 | |
---|---|---|
committer | 2021-01-23 23:20:02 +0200 | |
commit | d1f0a8cdbaa6a1282990dc0d9a28b7bfbab05850 (patch) | |
tree | 25ce25485adc5b17329bff1f84565325f154787f /_includes/downloads/x86.html | |
parent | Add riscv download links (diff) | |
download | www-d1f0a8cdbaa6a1282990dc0d9a28b7bfbab05850.tar.gz www-d1f0a8cdbaa6a1282990dc0d9a28b7bfbab05850.tar.bz2 www-d1f0a8cdbaa6a1282990dc0d9a28b7bfbab05850.zip |
Download page: explicitly tag "openrc" where that is used
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/downloads/x86.html')
-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 9a8d491..9616bca 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -5,8 +5,8 @@ <h4>Stage archives</h4> <div class="list-group"> - {% include partials/download-link.html type="stage3" arch="x86" id="i686" title="Stage 3" tag="i686" %} - {% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd" title="Stage 3" tag="systemd" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i686" title="Stage 3" tag="i686 | openrc" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd" title="Stage 3" tag="i686 | systemd" %} </div> <h4>Details (contents, hashes, and signatures)</h4> |