aboutsummaryrefslogtreecommitdiff
blob: 3b1f22218ef6a3428d8d192b6e52ac0a889113a5 (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
<div class="col-xs-12 col-md-6">
        <h4 id="s390">s390</h4>
        <div class="list-group">
                {{ partial "downloads/downloadlink.html" (dict "Arch" "s390" "Type" "iso" "Id" "netboot-s390-initramfs" "Title" "Netboot initramfs" "Tag" "S390" "Downloads" $.Site.Data.downloads ) }}
                {{ partial "downloads/downloadlink.html" (dict "Arch" "s390" "Type" "iso" "Id" "netboot-s390-kernel" "Title" "Netboot kernel" "Tag" "S390" "Downloads" $.Site.Data.downloads ) }}
                {{ partial "downloads/downloadlink.html" (dict "Arch" "s390" "Type" "stage3" "Id" "s390" "Title" "Stage 3" "Tag" "S390" "Downloads" $.Site.Data.downloads ) }}

                {{ partial "downloads/downloadlink.html" (dict "Arch" "s390" "Type" "iso" "Id" "netboot-s390x-initramfs" "Title" "Netboot initramfs" "Tag" "S390X" "Downloads" $.Site.Data.downloads ) }}
                {{ partial "downloads/downloadlink.html" (dict "Arch" "s390" "Type" "iso" "Id" "netboot-s390x-kernel" "Title" "Netboot kernel" "Tag" "S390X" "Downloads" $.Site.Data.downloads ) }}
                {{ partial "downloads/downloadlink.html" (dict "Arch" "s390" "Type" "stage3" "Id" "s390x" "Title" "Stage 3" "Tag" "S390X" "Downloads" $.Site.Data.downloads ) }}
        </div>
</div>

<div class="col-xs-12 col-md-6">
        <h4 id="exp-other">Other experimental architectures</h4>
        <div class="alert alert-info">
                <p>
                        For all other experimental downloads (including for the
                        <a class="alert-link" href="https://bouncer.gentoo.org/fetch/root/all/experimental/mips/">mips</a>
                        architecture),
                        please refer to the <a class="alert-link" href="https://bouncer.gentoo.org/fetch/root/all/experimental/">complete experimental downloads archive</a>.
                </p>
        </div>
</div>