aboutsummaryrefslogtreecommitdiff
blob: 71024b22950f09a13644c46f8296fb5c5e3ed805 (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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
---
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, x64, Intel 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="arm64">arm64 <small>aka AArch64</small></h2>

        {% include downloads/arm64.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.<br>
    In brief, a <strong>stage 3</strong> is a minimal set of Gentoo binaries that can upgrade and expand itself (but not much more, i.e., no kernel
    or boot loader). The desktop version already contains additional programs needed in a typical desktop installation. You have less initial compiling, at
    the cost of a larger download. The installation CD can be used to boot and, well, install Gentoo.
  </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="#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-advanced" 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="#mips" data-toggle="tab"><strong>mips</strong></a></li>
      <li><a href="#m68k" data-toggle="tab"><strong>m68k</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="#s390" data-toggle="tab"><strong>s390</strong></a></li>
      <li><a href="#sparc" data-toggle="tab"><strong>sparc</strong></a></li>
      <li><a href="#x86" data-toggle="tab"><strong>x86</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="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-advanced">
        <h3>arm64</h3>
        <div class="row">
          {% include downloads/arm64-advanced.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="mips">
        <h3>mips</h3>
        <div class="row">
          {% include downloads/mips.html %}
        </div>
      </div>
      <div class="tab-pane active" id="m68k">
        <h3>m68k</h3>
        <div class="row">
          {% include downloads/m68k.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="s390">
        <h3>s390</h3>
        <div class="row">
          {% include downloads/s390.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="x86">
        <h3>x86</h3>
        <div class="row">
          {% include downloads/x86.html %}
        </div>
      </div>
    </div>
  </div>
</div>

<div class="row">
  <div class="col-md-12">
    <h2>Experimental downloads</h2>
    <p>
      For additional highly experimental downloads across all architectures
      please refer to the <a class="alert-link" href="https://bouncer.gentoo.org/fetch/root/all/experimental/">complete 
      experimental downloads archive</a>. Hic sunt dracones.<sup><a href="https://en.wikipedia.org/wiki/Here_be_dragons">#</a></sup>
    </p>
  </div>
</div>