diff options
author | 2022-11-25 21:58:07 +0100 | |
---|---|---|
committer | 2022-11-25 21:58:07 +0100 | |
commit | 7a76242e1f8e87204def578ee26638fb49382c43 (patch) | |
tree | ff37ba88eaec64682e67f64b297de065f0579915 /_includes/downloads/x86.html | |
parent | Minor downloads rework (diff) | |
download | www-7a76242e1f8e87204def578ee26638fb49382c43.tar.gz www-7a76242e1f8e87204def578ee26638fb49382c43.tar.bz2 www-7a76242e1f8e87204def578ee26638fb49382c43.zip |
Downloads: minor layout improvements
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/downloads/x86.html')
-rw-r--r-- | _includes/downloads/x86.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html index f973ddd..31ae1b0 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -1,4 +1,13 @@ <div class="col-xs-12 col-md-6"> + <h4>Processor compatibility</h4> + <div class="alert alert-info"> + <strong><span class="fa fa-fw fa-info-circle"></span> Processor compatibility</strong> + <p> + There are two builds of the <em>x86</em> architecture: <em>i486</em> and <em>i686</em>.<br /> + Processors prior to the <strong>Intel Pentium Pro</strong> or <strong>Pentium II</strong> require the <em>i486</em> variant to be used. + </p> + </div> + <h4>Boot media</h4> <div class="list-group"> {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %} @@ -12,28 +21,13 @@ {% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd-mergedusr" title="Stage 3" tag="i686 | systemd | merged usr" %} {% include partials/download-link.html type="stage3" arch="x86" id="i486-openrc" title="Stage 3" tag="i486 | openrc" %} </div> - +</div> +<div class="col-xs-12 col-md-6"> <h4>Hardened stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="x86" id="i686-hardened-openrc" title="Hardened stage 3" tag="i686 | openrc" %} </div> - <h4>Details (contents, hashes, and signatures)</h4> - <ul> - <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a></li> - <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/">All files</a></li> - </ul> -</div> -<div class="col-xs-12 col-md-6"> - <h4>Processor compatibility</h4> - <div class="alert alert-info"> - <strong><span class="fa fa-fw fa-info-circle"></span> Processor compatibility</strong> - <p> - There are two builds of the <em>x86</em> architecture: <em>i486</em> and <em>i686</em>.<br /> - Processors prior to the <strong>Intel Pentium Pro</strong> or <strong>Pentium II</strong> require the <em>i486</em> variant to be used. - </p> - </div> - <h4>Musl stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="x86" id="i686-musl" title="Stage 3" tag="i686 | openrc | musl" %} @@ -49,4 +43,10 @@ of the Hardened musl project</a>. Please file bugs! </p> </div> + + <h4>Details (contents, hashes, and signatures)</h4> + <ul> + <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a></li> + <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/">All files</a></li> + </ul> </div> |