diff options
author | 2015-04-02 11:09:31 +0200 | |
---|---|---|
committer | 2015-04-02 11:09:31 +0200 | |
commit | b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef (patch) | |
tree | ae0ac2aedd349e4e5757200b5017e12f9a2b5b36 /_includes/downloads/x86.html | |
download | www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.gz www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.tar.bz2 www-b0c622da7c0a8bdabb33d63fd0c2d7c2b9df02ef.zip |
Initial version
Diffstat (limited to '_includes/downloads/x86.html')
-rw-r--r-- | _includes/downloads/x86.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html new file mode 100644 index 0000000..03fc9b5 --- /dev/null +++ b/_includes/downloads/x86.html @@ -0,0 +1,17 @@ +<h4>Boot Media</h4> +<div class="list-group"> + {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %} + {% include partials/download-link-raw.html url='http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/x86/' title='Hybrid ISO (LiveDVD)' size='2800000000' date='2014-08-26' %} +</div> + +<h4>Stage Archives</h4> +<div class="list-group"> + {% include partials/download-link.html type="stage3" arch="x86" id="i686" title="Stage 3" tag="i686" %} +</div> + +<h4>Details (Contents, Hashes, and Signatures)</h4> +<p> + <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a>, + <a href="http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/x86/">Hybrid ISO</a>, + <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i686/">Stage 3</a> +</p>
\ No newline at end of file |