From c11858df5dafc3554856ee5a4e5a0cd91b529ad7 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 26 Aug 2021 01:29:15 +0200 Subject: Downloads: Swap x86 with arm64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- _includes/downloads/arm64-advanced.html | 18 ++++++++++ _includes/downloads/arm64.html | 30 ++++++++--------- _includes/downloads/x86-advanced.html | 48 --------------------------- _includes/downloads/x86.html | 58 +++++++++++++++++++++++++-------- 4 files changed, 77 insertions(+), 77 deletions(-) create mode 100644 _includes/downloads/arm64-advanced.html delete mode 100644 _includes/downloads/x86-advanced.html (limited to '_includes') diff --git a/_includes/downloads/arm64-advanced.html b/_includes/downloads/arm64-advanced.html new file mode 100644 index 0000000..9f4d723 --- /dev/null +++ b/_includes/downloads/arm64-advanced.html @@ -0,0 +1,18 @@ +
+

Boot media

+
+ {% include partials/download-link.html type="iso" arch="arm64" id="minimal" title="Minimal Installation CD" tag="EFI" %} +
+ +

Stage archives

+
+ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64" title="Stage 3" tag="openrc" %} + {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd" title="Stage 3" tag="systemd" %} +
+
+
+

Details (contents, hashes, and signatures)

+ +
diff --git a/_includes/downloads/arm64.html b/_includes/downloads/arm64.html index 9f4d723..48291b4 100644 --- a/_includes/downloads/arm64.html +++ b/_includes/downloads/arm64.html @@ -1,18 +1,16 @@ -
-

Boot media

-
- {% include partials/download-link.html type="iso" arch="arm64" id="minimal" title="Minimal Installation CD" tag="EFI" %} -
- -

Stage archives

-
- {% include partials/download-link.html type="stage3" arch="arm64" id="arm64" title="Stage 3" tag="openrc" %} - {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd" title="Stage 3" tag="systemd" %} -
+

Boot media

+
+ {% include partials/download-link.html type="iso" arch="arm64" id="minimal" title="Minimal Installation CD" %}
-
-

Details (contents, hashes, and signatures)

- + +

Stage archives

+
+ {% include partials/download-link.html type="stage3" arch="arm64" id="arm64" title="Stage 3" tag="openrc" %} + {% include partials/download-link.html type="stage3" arch="arm64" id="arm64-systemd" title="Stage 3" tag="systemd" %}
+ +

Details (contents, hashes, and signatures)

+

+ Minimal Installation CD, + Stage 3 +

diff --git a/_includes/downloads/x86-advanced.html b/_includes/downloads/x86-advanced.html deleted file mode 100644 index 3f015c3..0000000 --- a/_includes/downloads/x86-advanced.html +++ /dev/null @@ -1,48 +0,0 @@ -
-

Boot media

-
- {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %} - {% include partials/download-link.html type="iso" arch="x86" id="admincd-x86" title="Admin CD" %} -
- -

Stage archives

-
- {% include partials/download-link.html type="stage3" arch="x86" id="i686-openrc" title="Stage 3" tag="i686 | openrc" %} - {% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd" title="Stage 3" tag="i686 | systemd" %} - {% include partials/download-link.html type="stage3" arch="x86" id="i486-openrc" title="Stage 3" tag="i486 | openrc" %} -
- -

Hardened stage archives

-
- {% include partials/download-link.html type="stage3" arch="x86" id="i686-hardened-openrc" title="Hardened stage 3" tag="i686 | openrc" %} -
- -

Details (contents, hashes, and signatures)

- -
-
-

Processor compatibility

-
- Processor compatibility -

- There are two builds of the x86 architecture: i486 and i686.
- Processors prior to the Intel Pentium Pro or Pentium II require the i486 variant to be used. -

-
- -

Musl stage archives

-
- {% include partials/download-link.html type="stage3" arch="x86" id="i686-musl" title="Stage 3" tag="i686 | openrc | musl" %} -
- -
- Musl stages require the musl overlay -

- If you want to use the musl stages, you must add the musl overlay to your installation. - Instructions how to do this can be found on the page of the Hardened musl project. -

-
-
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html index 3f281fc..3f015c3 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -1,16 +1,48 @@ -

Boot media

-
- {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %} -
+
+

Boot media

+
+ {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %} + {% include partials/download-link.html type="iso" arch="x86" id="admincd-x86" title="Admin CD" %} +
+ +

Stage archives

+
+ {% include partials/download-link.html type="stage3" arch="x86" id="i686-openrc" title="Stage 3" tag="i686 | openrc" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd" title="Stage 3" tag="i686 | systemd" %} + {% include partials/download-link.html type="stage3" arch="x86" id="i486-openrc" title="Stage 3" tag="i486 | openrc" %} +
+ +

Hardened stage archives

+
+ {% include partials/download-link.html type="stage3" arch="x86" id="i686-hardened-openrc" title="Hardened stage 3" tag="i686 | openrc" %} +
-

Stage archives

-
- {% include partials/download-link.html type="stage3" arch="x86" id="i686-openrc" title="Stage 3" tag="i686 | openrc" %} - {% include partials/download-link.html type="stage3" arch="x86" id="i686-systemd" title="Stage 3" tag="i686 | systemd" %} +

Details (contents, hashes, and signatures)

+
+
+

Processor compatibility

+
+ Processor compatibility +

+ There are two builds of the x86 architecture: i486 and i686.
+ Processors prior to the Intel Pentium Pro or Pentium II require the i486 variant to be used. +

+
-

Details (contents, hashes, and signatures)

-

- Minimal Installation CD, - Stage 3 -

+

Musl stage archives

+
+ {% include partials/download-link.html type="stage3" arch="x86" id="i686-musl" title="Stage 3" tag="i686 | openrc | musl" %} +
+ +
+ Musl stages require the musl overlay +

+ If you want to use the musl stages, you must add the musl overlay to your installation. + Instructions how to do this can be found on the page of the Hardened musl project. +

+
+
-- cgit v1.2.3-65-gdbad