diff options
Diffstat (limited to 'templates/public/download.html')
-rw-r--r-- | templates/public/download.html | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 513f80e4..a8d358a2 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -4,11 +4,13 @@ <div class="box"> <h2 class="title">Release Info</h2> <div style="text-align:center"> - <p>For new installations only. - An Arch Linux system can always be updated with `pacman -Syu`.</p> + <p>All available images can be burned to a CD, mounted as an ISO file, + or be directly written to a USB stick using a utility like `dd`. These + are intended for new installations only; an existing Arch Linux system + can always be updated with `pacman -Syu`.</p> <b>Current Release:</b> 2010.05 <br /> - <b>Included Kernel:</b> 2.6.33-ARCH <br /> + <b>Included Kernel:</b> 2.6.33.4 <br /> <b>Resources:</b> <a href="http://bugs.archlinux.org/index.php?project=6">Bug Tracker</a> - @@ -16,7 +18,7 @@ <br /> <br /> <b>Links and Instructions:</b><br /> - <a href="http://www.archlinux.org/iso/2010.05/instructions.txt"> + <a href="http://www.archlinux.org/iso/2010.05/README"> Downloading Instructions </a> <br /> @@ -25,7 +27,7 @@ </a> <br /> <a href="http://wiki.archlinux.org/index.php/Install_from_USB_stick"> - USB Image help + Using Install Images on a USB Stick </a> </div> <h2 class="title">BitTorrent Download (recommended)</h2> @@ -34,21 +36,23 @@ download is finished, so you can seed it back to others. A web-seed capable client is recommended for fastest download speeds.</p> - <b>Netinstall ISOs:</b> + <h3>Netinstall ISOs</h3> + <p> <a href="http://www.archlinux.org/iso/2010.05/archlinux-2010.05-netinstall-i686.iso.torrent">i686</a> - - + <br /> <a href="http://www.archlinux.org/iso/2010.05/archlinux-2010.05-netinstall-x86_64.iso.torrent">x86_64</a> - - - <a href="http://www.archlinux.org/iso/2010.05/archlinux-2010.05-netinstall-dual.iso.torrent">Dual Arch</a> <br /> + <a href="http://www.archlinux.org/iso/2010.05/archlinux-2010.05-netinstall-dual.iso.torrent">Dual Arch</a> + </p> - <b>Core ISOs:</b> + <h3>Core ISOs</h3> + <p> <a href="http://www.archlinux.org/iso/2010.05/archlinux-2010.05-core-i686.iso.torrent">i686</a> - - + <br /> <a href="http://www.archlinux.org/iso/2010.05/archlinux-2010.05-core-x86_64.iso.torrent">x86_64</a> - - - <a href="http://www.archlinux.org/iso/2010.05/archlinux-2010.05-core-dual.iso.torrent">Dual Arch</a> <br /> + <a href="http://www.archlinux.org/iso/2010.05/archlinux-2010.05-core-dual.iso.torrent">Dual Arch</a> + </p> </div> <h2 class="title">Buy A CD</h2> |