summaryrefslogtreecommitdiff
path: root/download/index.html
blob: bdaac754d6c6e4d5a50f3f31001da22397ed24c8 (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
<!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.07.02</li>
        <li><strong>Included Kernel:</strong> 4.11.5</li>
        <li><strong>ISO Size (i686 only):</strong> 486.0 MB</li>
        <li><strong>ISO Size (dual bootable):</strong> 927.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>Transition from the Official Repositories</h3>

    <p>If you plan to move from the <a href="https://www.archlinux.org/packages/">official repositories</a>
    to <a href="https://mirror.archlinux32.org/i686/">our community maintained repositories</a>, follow
    these steps:
    <ul>
        <li> Put any mirror from <a href="https://raw.githubusercontent.com/archlinux32/packages/master/core/pacman-mirrorlist/mirrorlist">our mirrolist</a>
             into <code>/etc/pacman.d/mirrorlist</code>.
        <li> Execute <code>pacman -Syyw archlinux32-keyring</code> to download our keyring package.
             Note, that the signature is by 0x7C98C4C3DE926168DC46FBAA3D06644243BF68D3, which is not trusted by pacman (yet).
        <li> Execute <code>pacman -U /var/cache/pacman/pkg/archlinux32-keyring-*.pkg.tar.xz</code> to install our keyring package.
        <li> Run <code>pacman -Suu</code> for a full transition. Note, that some packages are currently newer in the official repositories and will be downgraded, therefore.
    </ul></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.07.02-i686.iso.sig"
            title="PGP signature">PGP signature (i686 only)</a></li>
        <li><a href="https://mirror.archlinux32.org/archisos/archlinux-2017.07.02-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=0x248BF41F9BDD61D41D060AE774EDA3C6B06D0506&op=index">248BF41F9BDD61D41D060AE774EDA3C6B06D0506</a></li>
        <li><strong>MD5 (i686 only):</strong> 092741521983efea4124fbe649faab4b</li>
        <li><strong>MD5 (dual bootable):</strong> 3696a10ff22cdd1f9779114437bcc61a</li>
        <li><strong>SHA512 (i686 only):</strong> 5a9bb94a5d3b5e57031d9e2cd11dfd895e9841df03cdd15b0adb29855c21f7548b25dbd206c9ca80cd321e1022ceb947d93d098efbbd7d2e74ae3d9a50ca0453</li>
        <li><strong>SHA512 (dual bootable):</strong> 4e08b2286df4dbdac924d04ecc38a9f782c7087ebab440097f75114d97a0204cd4a759bd643c5b95ed44ea6b2a0f12b6427958e112b532ca67ef8df9a2171823</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>