[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-12-21 13:31:49 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-12-21 13:31:49 +0100
commit734917bcc37b5c0bb793dfe6b03c2982b19d76f6 (patch)
tree3bc69404a263f7919503894bb2fe60b3894390ee
parentMove fosdem25 logo to 2025 (diff)
downloadwww-734917b.tar.gz
www-734917b.tar.bz2
www-734917b.zip
Add links to diskimage downloadsHEADmaster
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--_includes/downloads/amd64-advanced.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html
index 1297e0a..3832d1b 100644
--- a/_includes/downloads/amd64-advanced.html
+++ b/_includes/downloads/amd64-advanced.html
@@ -9,9 +9,19 @@
<h4>Boot media</h4>
<div class="list-group">
- {% include partials/download-link.html type="iso" arch="amd64" id="minimal" title="Minimal Installation CD" %}
- {% include partials/download-link.html type="iso" arch="amd64" id="admincd-amd64" title="Admin CD" %}
- {% include partials/download-link.html type="iso" arch="amd64" id="livegui-amd64" title="LiveGUI USB Image" %}
+ {% include partials/download-link.html type="iso" arch="amd64" id="minimal" title="Minimal Installation CD" tag="openrc" %}
+ {% include partials/download-link.html type="iso" arch="amd64" id="admincd-amd64" title="Admin CD" tag="openrc" %}
+ {% include partials/download-link.html type="iso" arch="amd64" id="livegui-amd64" title="LiveGUI USB Image" tag="openrc"%}
+ {% include partials/download-link.html type="iso" arch="amd64" id="di-amd64-console" title="QCOW2 disk (no root password)" tag="no multilib | systemd" %}
+ {% include partials/download-link.html type="iso" arch="amd64" id="di-amd64-cloudinit" title="QCOW2 disk (cloud-init)" tag="no multilib | systemd" %}
+ </div>
+ <div class="alert alert-info">
+ <strong><i class="fa fa-fw fa-info-circle"></i> QCOW2 disk images</strong>
+ <p>
+ The disk images are full bootable Gentoo installations in qemu's <a href="https://www.qemu.org/docs/master/system/images.html">QCOW2</a> disk format.
+ They require UEFI support for booting. One variant comes with no network services and a password-less root account, the other
+ with access locked by default but <a href="https://cloudinit.readthedocs.io/en/latest/">cloud-init</a> running on boot.
+ </p>
</div>
<h4>Stage archives</h4>
@@ -26,13 +36,14 @@
{% include partials/download-link.html type="stage3" arch="amd64" id="x32-systemd" title="Stage 3" tag="x32 | systemd" %}
</div>
+</div>
+<div class="col-xs-12 col-md-6">
<h4>LLVM-based stage archives</h4>
<div class="list-group">
{% include partials/download-link.html type="stage3" arch="amd64" id="amd64-llvm-openrc" title="Stage 3" tag="llvm | openrc" %}
{% include partials/download-link.html type="stage3" arch="amd64" id="amd64-llvm-systemd" title="Stage 3" tag="llvm | systemd" %}
</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="amd64" id="amd64-hardened-openrc" title="Hardened stage 3" tag="openrc" %}