diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-25 14:44:04 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-25 14:44:04 +0100 |
commit | 8395512a4efd2c90b087ef43ece50dc88616bdb9 (patch) | |
tree | 6b376a5c37fbd5d2bb25ded362ee9de177946265 /_includes/downloads/arm64-advanced.html | |
parent | downloads: drop -mergedusr suffix for arm systemd (diff) | |
download | www-8395512a4efd2c90b087ef43ece50dc88616bdb9.tar.gz www-8395512a4efd2c90b087ef43ece50dc88616bdb9.tar.bz2 www-8395512a4efd2c90b087ef43ece50dc88616bdb9.zip |
Update download links (drop "merged-usr")
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html index 99720d8..b43d7e3 100644 --- a/_includes/downloads/arm64-advanced.html +++ b/_includes/downloads/arm64-advanced.html @@ -8,14 +8,14 @@ <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-mergedusr" title="Stage 3" tag="systemd | merged usr" %} - {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-desktop-systemd-mergedusr" title="Stage 3" tag="desktop profile | systemd | merged usr" %} + {% 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-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %} </div> <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-mergedusr" title="Stage 3" tag="llvm | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-llvm-systemd" title="Stage 3" tag="llvm | systemd" %} </div> </div> <div class="col-xs-12 col-md-6"> @@ -29,7 +29,7 @@ <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-mergedusr" title="Stage 3" tag="eb | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="arm64" id="aarch64_be-systemd" title="Stage 3" tag="eb | systemd" %} </div> <div class="alert alert-info"> |