summaryrefslogtreecommitdiff
path: root/download/index.html
blob: cef7ffba8705d9a2f607be214be53119371ae11a (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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8" />
    <title>Arch Linux 32</title>
    <link rel="stylesheet" type="text/css" href="/archweb.css" media="screen, projection" />
    <link rel="icon" type="image/x-icon" href="/favicon.ico" />
    <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />

</head>

<style>
#archnavbarlist li#anb-home a {
 color: #fff !important;
}
</style>

<body>
    <div id="archnavbar" class="anb-home">
        <div id="archnavbarlogo"><h1><a href="/" title="Return to the main page">Arch Linux 32</a></h1></div>
        <div id="archnavbarmenu">
            <ul id="archnavbarlist">
                <li id="anb-home"><a href="http://www.archlinux32.org">Home</a></li>
                <li id="anb-news"><a href="https://news.archlinux32.org">News</a></li>
                <li id="anb-forum"><a href="https://bbs.archlinux32.org">Forum</a></li>
                <li id="anb-mailing-list"><a href="https://lists.archlinux.org/listinfo/arch-ports">Mailing List</a></li>
                <li id="anb-download"><a href="/download/" title="Get Arch Linux">Download</a></li>
                <li id="anb-arch-linux-official"><a href="https://www.archlinux.org/">Arch Linux Official</a></li>
            </ul>
        </div>
    </div>
    <div id="content">
<div id="arch-downloads" class="box">

    <h2>Arch Linux Downloads</h2>

    <h3>Release Info</h3>

    <p>The image can be burned to a CD, mounted as an ISO file,
    or be directly written to a USB stick using a utility like <code>dd</code>. It
    is intended for new installations only; an existing Arch Linux system
    can always be updated with <code>pacman -Syu</code>.</p>

    <ul>
        <li><strong>Current Release:</strong> 2017.06.15</li>
        <li><strong>Included Kernel:</strong> 4.11.5</li>
        <li><strong>ISO Size (i686 only):</strong> 485.0 MB</li>
        <li><strong>ISO Size (dual bootable):</strong> 903.0 MB</li>
    </ul>

    <h3>Existing Arch Users</h3>

    <p>If you are an existing Arch user, there is no need to download a new ISO
    to update your existing system. You may be looking for
    <a href="https://raw.githubusercontent.com/archlinux32/packages/master/core/pacman-mirrorlist/mirrorlist">an updated mirrorlist</a> instead.</p>

    <h3>HTTP Direct Downloads</h3>

    <p>Install images can be downloaded via HTTP from the mirror sites. Please
    ensure the download image matches the checksum from the md5sums or
    sha512sums file in the same directory as the image.</p>

    <h4>Checksums</h4>

    <p>File integrity checksums for the latest releases can be found below:</p>

    <ul>
        <li><a href="https://mirror.archlinux32.org/archisos/archlinux-2017.06.15-i686.iso.sig"
            title="PGP signature">PGP signature (i686 only)</a></li>
        <li><a href="https://mirror.archlinux32.org/archisos/archlinux-2017.06.15-dual.iso.sig"
            title="PGP signature">PGP signature (dual bootable)</a></li>
        <li><strong>PGP Key:</strong> <a href="http://pgp.mit.edu/pks/lookup?search=0xF2955C3B63EE4E421F30670A3B08EFC6BA974CFC&op=index">F2955C3B63EE4E421F30670A3B08EFC6BA974CFC</a></li>
        <li><strong>MD5 (i686 only):</strong> 73a9eab8cda925a9c7f052e045375b2a</li>
        <li><strong>MD5 (dual bootable):</strong> 5e9f0ab6efd641b92c2e9d2507ff1645</li>
        <li><strong>SHA512 (i686 only):</strong> e47986c5a096796e09b35b2246025a9dae7c3419c6b687f97e1a9f5886bc20e6c944a1389f95f7b63e53faa4e5675de9cd0609d1008e465506550a19f0b10737</li>
        <li><strong>SHA512 (dual bootable):</strong> 5375e872a2b1ad0f3fe3ab2297398f289cddb3ed35f1f735797a744498f709eb432b500e93799d057611607b57bbaee45102cc617816e2b77eb0d2a6b4c4a0b9</li>
    </ul>

</div>

        <div id="footer">
            <p>Copyright © 2002-2017 <a href="mailto:jvinet@zeroflux.org"
                title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org"
                title="Contact Aaron Griffin">Aaron Griffin</a>.</p>

            <p>The Arch Linux name and logo are recognized
            <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy"
                title="Arch Linux Trademark Policy">trademarks</a>. Some rights reserved.</p>

            <p>The registered trademark Linux® is used pursuant to a sublicense from LMI,
            the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.</p>
        </div>
    </div>
    <script type="application/ld+json">
    {
       "@context": "http://schema.org",
       "@type": "WebSite",
       "url": "/",
       "potentialAction": {
         "@type": "SearchAction",
         "target": "/packages/?q={search_term}",
         "query-input": "required name=search_term"
       }
    }
    </script>

</body>
</html>