diff options
author | 2022-11-21 22:16:23 +0100 | |
---|---|---|
committer | 2022-11-21 22:16:23 +0100 | |
commit | b73a9bf7cb5b912d61416d6bf92d3c87a195f7c1 (patch) | |
tree | 466e95d8ccf5f3b7712cf98bbe070977a19381be /_includes | |
parent | arm64 downloads: more links, separate section for LLVM (diff) | |
download | www-b73a9bf7cb5b912d61416d6bf92d3c87a195f7c1.tar.gz www-b73a9bf7cb5b912d61416d6bf92d3c87a195f7c1.tar.bz2 www-b73a9bf7cb5b912d61416d6bf92d3c87a195f7c1.zip |
hppa downloads: add more headings
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/downloads/hppa.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/_includes/downloads/hppa.html b/_includes/downloads/hppa.html index eccd6b6..6e5c161 100644 --- a/_includes/downloads/hppa.html +++ b/_includes/downloads/hppa.html @@ -5,17 +5,20 @@ {% include partials/download-link.html type="iso" arch="hppa" id="netboot-hppa32" title="Netboot" tag="HPPA32" %} {% include partials/download-link.html type="iso" arch="hppa" id="netboot-hppa64" title="Netboot" tag="HPPA64" %} </div> - <h4>Stage archives</h4> + <h4>HPPA 1.1 stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1-openrc" title="Stage 3" tag="HPPA 1.1 | openrc" %} {% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1-systemd" title="Stage 3" tag="HPPA 1.1 | systemd" %} {% include partials/download-link.html type="stage3" arch="hppa" id="hppa1.1-systemd-mergedusr" title="Stage 3" tag="HPPA 1.1 | systemd | merged usr" %} + </div> +</div> +<div class="col-xs-12 col-md-6"> + <h4>HPPA 2.0 stage archives</h4> + <div class="list-group"> {% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0-openrc" title="Stage 3" tag="HPPA 2.0 | openrc" %} {% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0-systemd" title="Stage 3" tag="HPPA 2.0 | systemd" %} {% include partials/download-link.html type="stage3" arch="hppa" id="hppa2.0-systemd-mergedusr" title="Stage 3" tag="HPPA 2.0 | systemd | merged usr" %} </div> -</div> -<div class="col-xs-12 col-md-6"> <h4>Details (contents, hashes, and signatures)</h4> <ul> <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/hppa/autobuilds/">All files</a></li> |