blob: 5c876b5c17855768ee0a3a83b614c874c748c87f (
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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Get Gentoo!</title>
<link type="image/x-icon" href="http://www.gentoo.org/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>
<div class="contain">
<div class="head">
<div class="logo">
<h1>Get Gentoo!</h1>
</div>
</div>
<div class="arches">
<ul>
<li>
<h2>alpha</h2>
<a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-iso/">iso</a>
<a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-stage3/">stages</a>
</li>
<li>
<h2>amd64</h2>
<a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/">iso</a>
<a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3/">stages</a>
</li>
<li>
<h2>arm</h2>
<a href="http://distfiles.gentoo.org/releases/arm/autobuilds/current-stage3/">stages</a>
</li>
<li>
<h2>hppa</h2>
<a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-stage3/">stages</a>
</li>
<li>
<h2>ia64</h2>
<a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-iso/">iso</a>
<a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-stage3/">stages</a>
</li>
<li>
<h2>ppc/ppc64</h2>
<a href="http://distfiles.gentoo.org/releases/ppc/autobuilds/current-iso/">iso</a>
<a href="http://distfiles.gentoo.org/releases/ppc/autobuilds/current-stage3/">stages</a>
</li>
<li>
<h2>s390/s390x</h2>
<a href="http://distfiles.gentoo.org/releases/s390/autobuilds/current-stage3/">stages</a>
</li>
<li>
<h2>sh</h2>
<a href="http://distfiles.gentoo.org/releases/sh/autobuilds/current-stage3/">stages</a>
</li>
<li>
<h2>sparc</h2>
<a href="http://distfiles.gentoo.org/releases/sparc/autobuilds/current-iso/">iso</a>
<a href="http://distfiles.gentoo.org/releases/sparc/autobuilds/current-stage3/">stages</a>
</li>
<li>
<h2>x86</h2>
<a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-iso/">iso</a>
<a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3/">stages</a>
</li>
</ul>
</div>
<div style="clear:both;"></div>
<div class="other">
<p>
<b>LiveDVD (released Oct 10, 2009)</b>
<br />(up to 2.6 gigabytes depending on arch)
<br />
<a href="http://bouncer.gentoo.org/fetch/gentoo-10.1-livedvd/amd64/">amd64</a>
<a href="http://bouncer.gentoo.org/fetch/gentoo-10.1-livedvd/x86/">x86</a>
</p>
<p>
If you prefer to select a local mirror yourself, see <a href="http://www.gentoo.org/mirrors.xml">Gentoo Mirrors</a>.
</p>
</div>
<div class="footer">
<p>Copyright 2001-2011 Gentoo Foundation, Inc. Questions, Comments? <a class="highlight" href="http://www.gentoo.org/main/en/contact.xml">Contact us</a></p>
</div>
</div>
</body>
</html>
|