aboutsummaryrefslogtreecommitdiff
blob: 9d8a79995d80f6d4a6429c5fead718b8a2ee5bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<div class="col-xs-12 col-md-6">
  <h4>Boot media</h4>
  <div class="list-group">
    {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390-initramfs" title="Netboot initramfs" tag="s390" %}
    {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390-kernel" title="Netboot kernel" tag="s390" %}
    {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390x-initramfs" title="Netboot initramfs" tag="s390x" %}
    {% include partials/download-link.html type="iso" arch="s390" id="netboot-s390x-kernel" title="Netboot kernel" tag="s390x" %}
  </div>

  <h4>Stage archives</h4>
  <div class="list-group">
    {% include partials/download-link.html type="stage3" arch="s390" id="s390-openrc" title="Stage 3" tag="s390 | openrc" %}
    {% include partials/download-link.html type="stage3" arch="s390" id="s390-systemd" title="Stage 3" tag="s390 | systemd" %}
    {% include partials/download-link.html type="stage3" arch="s390" id="s390-systemd-mergedusr" title="Stage 3" tag="s390 | systemd | merged usr" %}
    {% include partials/download-link.html type="stage3" arch="s390" id="s390x-openrc" title="Stage 3" tag="s390x | openrc" %}
    {% include partials/download-link.html type="stage3" arch="s390" id="s390x-systemd" title="Stage 3" tag="s390x | systemd" %}
    {% include partials/download-link.html type="stage3" arch="s390" id="s390x-systemd-mergedusr" title="Stage 3" tag="s390x | 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://distfiles.gentoo.org/releases/s390/autobuilds/">All files</a></li>
  </ul>
</div>