diff options
author | 2021-11-02 00:13:13 +0100 | |
---|---|---|
committer | 2021-11-02 00:13:13 +0100 | |
commit | 0862fdbb4da9a5f25aa52628b0a81aa3639af145 (patch) | |
tree | f6599ebab4595d387cfbb775a19c271a436cee23 | |
parent | Revert "Add links to amd64 desktop profile stages" (diff) | |
download | www-0862fdbb4da9a5f25aa52628b0a81aa3639af145.tar.gz www-0862fdbb4da9a5f25aa52628b0a81aa3639af145.tar.bz2 www-0862fdbb4da9a5f25aa52628b0a81aa3639af145.zip |
Revert "Revert "Add links to amd64 desktop profile stages""
This reverts commit 55f096183230cd32ea51014623b68f6277eedb2d.
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | _includes/downloads/amd64-advanced.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html index ef9080f..9b15311 100644 --- a/_includes/downloads/amd64-advanced.html +++ b/_includes/downloads/amd64-advanced.html @@ -8,7 +8,9 @@ <h4>Stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-openrc" title="Stage 3" tag="openrc" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-desktop-openrc" title="Stage 3" tag="desktop profile | openrc" %} {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-systemd" title="Stage 3" tag="systemd" %} + {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %} {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-nomultilib-openrc" title="Stage 3" tag="no multilib | openrc" %} {% include partials/download-link.html type="stage3" arch="amd64" id="amd64-nomultilib-systemd" title="Stage 3" tag="no multilib | systemd" %} {% include partials/download-link.html type="stage3" arch="amd64" id="x32-openrc" title="Stage 3" tag="x32 | openrc" %} |