diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-11-11 18:08:04 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-11-11 18:08:04 +0100 |
commit | 767d6aa1639cdcc20b55444c0cc860be573f082d (patch) | |
tree | 8e3a9aa2cc5336e2371c8a3d1d2afdbcac2ef819 /_includes/downloads/arm64-advanced.html | |
parent | Switch main panel systemd downloads to merged-usr (diff) | |
download | www-767d6aa1639cdcc20b55444c0cc860be573f082d.tar.gz www-767d6aa1639cdcc20b55444c0cc860be573f082d.tar.bz2 www-767d6aa1639cdcc20b55444c0cc860be573f082d.zip |
Drop most systemd split-usr download links
A few dont have an alternative yet (desktop-systemd)
Bug: https://bugs.gentoo.org/917143
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/downloads/arm64-advanced.html')
-rw-r--r-- | _includes/downloads/arm64-advanced.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html index ee84959..37ba80f 100644 --- a/_includes/downloads/arm64-advanced.html +++ b/_includes/downloads/arm64-advanced.html @@ -8,7 +8,6 @@ <div class="list-group"> {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-openrc" title="Stage 3" tag="openrc" %} {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-openrc" title="Stage 3" tag="desktop profile | openrc" %} - {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd" title="Stage 3" tag="systemd" %} {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd-mergedusr" title="Stage 3" tag="systemd | merged usr" %} {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %} </div> @@ -16,7 +15,6 @@ <h4>LLVM-based stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-openrc" title="Stage 3" tag="llvm | openrc" %} - {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-systemd" title="Stage 3" tag="llvm | systemd" %} {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-systemd-mergedusr" title="Stage 3" tag="llvm | systemd | merged usr" %} </div> </div> @@ -31,7 +29,6 @@ <h4>Big-Endian Stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="arm64" id="aarch64_be-openrc" title="Stage 3" tag="eb | openrc" %} - {% include partials/download-link.html type="stage3" arch="arm64" id="aarch64_be-systemd" title="Stage 3" tag="eb | systemd" %} {% include partials/download-link.html type="stage3" arch="arm64" id="aarch64_be-systemd-mergedusr" title="Stage 3" tag="eb | systemd | merged usr" %} </div> |