From 883edde2e00572a2e57b88deb7f9e84a7aedfebf Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 24 Mar 2024 11:38:56 +0100 Subject: downloads: drop -mergedusr suffix for arm systemd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- _includes/downloads/arm.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/downloads/arm.html b/_includes/downloads/arm.html index 46bcb92..9cf8265 100644 --- a/_includes/downloads/arm.html +++ b/_includes/downloads/arm.html @@ -12,30 +12,30 @@

ARMv4tl stage archives

{% include partials/download-link.html type="stage3" arch="arm" id="armv4tl-openrc" title="Stage 3" tag="ARMv4tl | openrc" %} - {% include partials/download-link.html type="stage3" arch="arm" id="armv4tl-systemd-mergedusr" title="Stage 3" tag="ARMv4tl | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv4tl-systemd" title="Stage 3" tag="ARMv4tl | systemd" %}

ARMv5tel stage archives

{% include partials/download-link.html type="stage3" arch="arm" id="armv5tel-openrc" title="Stage 3" tag="ARMv5tel | openrc" %} - {% include partials/download-link.html type="stage3" arch="arm" id="armv5tel-systemd-mergedusr" title="Stage 3" tag="ARMv5tel | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv5tel-systemd" title="Stage 3" tag="ARMv5tel | systemd" %}

ARMv6j stage archives

{% include partials/download-link.html type="stage3" arch="arm" id="armv6j_hardfp-openrc" title="Stage 3" tag="ARMv6j | HardFP | openrc" %} - {% include partials/download-link.html type="stage3" arch="arm" id="armv6j_hardfp-systemd-mergedusr" title="Stage 3" tag="ARMv6j | HardFP | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv6j_hardfp-systemd" title="Stage 3" tag="ARMv6j | HardFP | systemd" %} {% include partials/download-link.html type="stage3" arch="arm" id="armv6j-openrc" title="Stage 3" tag="ARMv6j | openrc" %} - {% include partials/download-link.html type="stage3" arch="arm" id="armv6j-systemd-mergedusr" title="Stage 3" tag="ARMv6j | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv6j-systemd" title="Stage 3" tag="ARMv6j | systemd" %}

ARMv7a stage archives

{% include partials/download-link.html type="stage3" arch="arm" id="armv7a_hardfp-openrc" title="Stage 3" tag="ARMv7a | HardFP | openrc" %} - {% include partials/download-link.html type="stage3" arch="arm" id="armv7a_hardfp-systemd-mergedusr" title="Stage 3" tag="ARMv7a | HardFP | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv7a_hardfp-systemd" title="Stage 3" tag="ARMv7a | HardFP | systemd" %} {% include partials/download-link.html type="stage3" arch="arm" id="armv7a-openrc" title="Stage 3" tag="ARMv7a | openrc" %} - {% include partials/download-link.html type="stage3" arch="arm" id="armv7a-systemd-mergedusr" title="Stage 3" tag="ARMv7a | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="arm" id="armv7a-systemd" title="Stage 3" tag="ARMv7a | systemd" %}

Musl stage archives

-- cgit v1.2.3-65-gdbad