aboutsummaryrefslogtreecommitdiff
blob: 967b3cf304fef4ec6a0b192c96234cd20f920b10 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
---
nav1: downloads
nav1-show: true
nav1-weight: 9

title: 'Downloads'
inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });"
---

<p class="lead stick-bottom">
  Gentoo Linux is available free over the Internet.<br>
  Live environments and stage archives can be downloaded using the links below.
</p>

<div class="row">
  <div class="col-xs-12 col-md-6">
    <div class="panel panel-default featured-panel">
      <div class="panel-body">
        <h2 class="stick-top" id="amd64">amd64 <small>aka x86_64</small></h2>

        {% include downloads/amd64.html %}
      </div>
    </div>
  </div>
  <div class="col-xs-12 col-md-6">
    <div class="panel panel-default featured-panel">
      <div class="panel-body">
        <h2 class="stick-top" id="x86">x86</h2>

        {% include downloads/x86.html %}
      </div>
    </div>
  </div>
</div>

<div class="alert alert-info">
  <strong>What should I download? What do I do with these files?</strong>
  <br>
  <a href="https://wiki.gentoo.org/wiki/Handbook:Main_Page" class="btn btn-info pull-right">
    <span class="fa fa-fw fa-book"></span> Gentoo Handbook
  </a>
  <p>
    If you are unsure what you need to download, please refer to the <a href="https://wiki.gentoo.org/wiki/Handbook:Main_Page" class="alert-link">Gentoo Handbook</a>
    for the complete installation documentation.<br>
    It explains how you can find the right architecture for your machine and which files you need at what stage of the installation process.
  </p>
</div>

<div class="row">
  <div class="col-md-12">
    <h2>Advanced choices and other architectures</h2>



    <ul class="nav nav-tabs nav-justified" id="other-arches">
      <li><a href="#amd64-advanced" data-toggle="tab"><strong>amd64</strong></a></li>
      <li><a href="#x86-advanced" data-toggle="tab"><strong>x86</strong></a></li>
      <li><a href="#alpha" data-toggle="tab"><strong>alpha</strong></a></li>
      <li><a href="#arm" data-toggle="tab"><strong>arm</strong></a></li>
      <li><a href="#arm64" data-toggle="tab"><strong>arm64</strong></a></li>
      <li><a href="#hppa" data-toggle="tab"><strong>hppa</strong></a></li>
      <li><a href="#ia64" data-toggle="tab"><strong>ia64</strong></a></li>
      <li><a href="#ppc" data-toggle="tab"><strong>ppc</strong></a></li>
      <li><a href="#riscv" data-toggle="tab"><strong>riscv</strong></a></li>
      <li><a href="#sparc" data-toggle="tab"><strong>sparc</strong></a></li>
      <li><a href="#experimental" data-toggle="tab"><strong>(experimental)</strong></a></li>
    </ul>

    <div class="tab-content other-arches">
      <div class="tab-pane active" id="amd64-advanced">
        <h3>amd64 &ndash; Advanced choices</h3>
        <div class="row">
          {% include downloads/amd64-advanced.html %}
        </div>
      </div>
      <div class="tab-pane active" id="x86-advanced">
        <h3>x86 &ndash; Advanced choices</h3>
        <div class="row">
          {% include downloads/x86-advanced.html %}
        </div>
      </div>
      <div class="tab-pane active" id="alpha">
        <h3>alpha</h3>
        <div class="row">
          {% include downloads/alpha.html %}
        </div>
      </div>
      <div class="tab-pane active" id="arm">
        <h3>arm</h3>
        <div class="row">
          {% include downloads/arm.html %}
        </div>
      </div>
      <div class="tab-pane active" id="arm64">
        <h3>arm64</h3>
        <div class="row">
          {% include downloads/arm64.html %}
        </div>
      </div>
      <div class="tab-pane active" id="hppa">
        <h3>hppa</h3>
        <div class="row">
          {% include downloads/hppa.html %}
        </div>
      </div>
      <div class="tab-pane active" id="ia64">
        <h3>ia64</h3>
        <div class="row">
          {% include downloads/ia64.html %}
        </div>
      </div>
      <div class="tab-pane active" id="ppc">
        <h3>ppc</h3>
        <div class="row">
          {% include downloads/ppc.html %}
        </div>
      </div>
      <div class="tab-pane active" id="riscv">
        <h3>riscv</h3>
        <div class="row">
          {% include downloads/riscv.html %}
        </div>
      </div>
      <div class="tab-pane active" id="sparc">
        <h3>sparc</h3>
        <div class="row">
          {% include downloads/sparc.html %}
        </div>
      </div>
      <div class="tab-pane active" id="experimental">
        <h3>Experimental architectures</h3>
        <div class="row">
          {% include downloads/experimental.html %}
        </div>
      </div>
    </div>
  </div>
</div>