diff options
Diffstat (limited to '_includes/downloads/arm64.html')
-rw-r--r-- | _includes/downloads/arm64.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_includes/downloads/arm64.html b/_includes/downloads/arm64.html index 48291b4..1c78518 100644 --- a/_includes/downloads/arm64.html +++ b/_includes/downloads/arm64.html @@ -5,12 +5,14 @@ <h4>Stage archives</h4> <div class="list-group"> - {% include partials/download-link.html type="stage3" arch="arm64" id="arm64" title="Stage 3" tag="openrc" %} + {% 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-systemd" title="Stage 3" tag="systemd" %} + {% 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-desktop-systemd" title="Stage 3" tag="desktop profile | systemd" %} </div> <h4>Details (contents, hashes, and signatures)</h4> <p> <a href="https://bouncer.gentoo.org/fetch/root/all/releases/arm64/autobuilds/current-install-arm64-minimal/">Minimal Installation CD</a>, - <a href="https://bouncer.gentoo.org/fetch/root/all/releases/arm64/autobuilds/current-stage3-arm64/">Stage 3</a> + <a href="https://bouncer.gentoo.org/fetch/root/all/releases/arm64/autobuilds/current-stage3-arm64-openrc/">Stage 3</a> </p> |