You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/download/_index.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,10 @@ title = 'Download Grml 2026.04'
79
79
<ahref="/download/mirrors/">Download from a specific mirror</a><br/>
80
80
<br/>
81
81
Direct download links:<br/>
82
-
<ahref="https://download.grml.org/grml-full-{{< param current_release.version >}}-amd64.iso">Grml full ISO for 64bit PCs (amd64)</a> [<ahref="https://download.grml.org/grml-full-{{< param_opt current_release.version >}}-amd64.iso.asc">GPG Signature</a>]<br/>
83
-
<ahref="https://download.grml.org/grml-full-{{< param current_release.version >}}-arm64.iso">Grml full ISO for 64bit ARM (arm64)</a> [<ahref="https://download.grml.org/grml-full-{{< param_opt current_release.version >}}-arm64.iso.asc">GPG Signature</a>]<br/>
84
-
<ahref="https://download.grml.org/grml-small-{{< param current_release.version >}}-amd64.iso">Grml small ISO for 64bit PCs (amd64)</a> [<ahref="https://download.grml.org/grml-small-{{< param_opt current_release.version >}}-amd64.iso.asc">GPG Signature</a>]<br/>
85
-
<ahref="https://download.grml.org/grml-small-{{< param current_release.version >}}-arm64.iso">Grml small ISO for 64bit ARM (arm64)</a> [<ahref="https://download.grml.org/grml-small-{{< param_opt current_release.version >}}-arm64.iso.asc">GPG Signature</a>]<br/>
82
+
<ahref="https://download.grml.org/grml-full-{{< param current_release.version >}}-amd64.iso">Grml full ISO for 64bit PCs (amd64)</a> [<ahref="https://ftp-master.grml.org/grml-full-{{< param_opt current_release.version >}}-amd64.iso.asc">GPG Signature</a>]<br/>
83
+
<ahref="https://download.grml.org/grml-full-{{< param current_release.version >}}-arm64.iso">Grml full ISO for 64bit ARM (arm64)</a> [<ahref="https://ftp-master.grml.org/grml-full-{{< param_opt current_release.version >}}-arm64.iso.asc">GPG Signature</a>]<br/>
84
+
<ahref="https://download.grml.org/grml-small-{{< param current_release.version >}}-amd64.iso">Grml small ISO for 64bit PCs (amd64)</a> [<ahref="https://ftp-master.grml.org/grml-small-{{< param_opt current_release.version >}}-amd64.iso.asc">GPG Signature</a>]<br/>
85
+
<ahref="https://download.grml.org/grml-small-{{< param current_release.version >}}-arm64.iso">Grml small ISO for 64bit ARM (arm64)</a> [<ahref="https://ftp-master.grml.org/grml-small-{{< param_opt current_release.version >}}-arm64.iso.asc">GPG Signature</a>]<br/>
86
86
<br/>
87
87
</p>
88
88
</div>
@@ -150,9 +150,10 @@ function update_links() {
150
150
var product ='grml';
151
151
var iso = product +'-'+ flavour +'-'+ current_version +'-'+ arch +'.iso';
152
152
var mirror_url ="https://download.grml.org/";
153
+
var ftpmaster_url ="https://ftp-master.grml.org/";
<p>Alongside the actual download files (ISO, netboot, sources), the Grml mirrors publish the extra files <em>SHA256SUMS-{{< param current_release.version >}}</em> and <em>SHA256SUMS-{{< param current_release.version >}}.gpg</em>.<br />
208
-
The <em><ahref="https://download.grml.org/SHA256SUMS-{{< param current_release.version >}}">SHA256SUMS-{{< param current_release.version >}}</a></em> file contains checksums for all available release files.<br />
209
-
The <em><ahref="https://download.grml.org/SHA256SUMS-{{< param current_release.version >}}.gpg">SHA256SUMS-{{< param current_release.version >}}.gpg</a></em> file provides the GnuPG signature for that file.<br />
209
+
The <em><ahref="https://ftp-master.grml.org/SHA256SUMS-{{< param current_release.version >}}">SHA256SUMS-{{< param current_release.version >}}</a></em> file contains checksums for all available release files.<br />
210
+
The <em><ahref="https://ftp-master.grml.org/SHA256SUMS-{{< param current_release.version >}}.gpg">SHA256SUMS-{{< param current_release.version >}}.gpg</a></em> file provides the GnuPG signature for that file.<br />
210
211
Once you have <em>SHA256SUMS-{{< param current_release.version >}}</em> and <em>SHA256SUMS-{{< param current_release.version >}}.gpg</em> in the same directory as your Grml downloads, verify the checksum file via:</p>
Copy file name to clipboardExpand all lines: content/download/prerelease/index.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,10 +83,10 @@ title = 'Download Grml Release Candidate'
83
83
<ahref="/download/mirrors/">Download from a specific mirror</a><br/>
84
84
<br/>
85
85
Direct download links:<br/>
86
-
<ahref="https://download.grml.org/devel/grml-full-{{< param_opt current_prerelease.version >}}-amd64.iso">Grml full ISO for 64bit PCs (amd64)</a> [<ahref="https://download.grml.org/devel/grml-full-{{< param_opt current_prerelease.version >}}-amd64.iso.asc">GPG Signature</a>]<br/>
87
-
<ahref="https://download.grml.org/devel/grml-full-{{< param_opt current_prerelease.version >}}-arm64.iso">Grml full ISO for 64bit ARM (arm64)</a> [<ahref="https://download.grml.org/devel/grml-full-{{< param_opt current_prerelease.version >}}-arm64.iso.asc">GPG Signature</a>]<br/>
88
-
<ahref="https://download.grml.org/devel/grml-small-{{< param_opt current_prerelease.version >}}-amd64.iso">Grml small ISO for 64bit PCs (amd64)</a> [<ahref="https://download.grml.org/devel/grml-small-{{< param_opt current_prerelease.version >}}-amd64.iso.asc">GPG Signature</a>]<br/>
89
-
<ahref="https://download.grml.org/devel/grml-small-{{< param_opt current_prerelease.version >}}-arm64.iso">Grml small ISO for 64bit ARM (arm64)</a> [<ahref="https://download.grml.org/devel/grml-small-{{< param_opt current_prerelease.version >}}-arm64.iso.asc">GPG Signature</a>]<br/>
86
+
<ahref="https://download.grml.org/devel/grml-full-{{< param_opt current_prerelease.version >}}-amd64.iso">Grml full ISO for 64bit PCs (amd64)</a> [<ahref="https://ftp-master.grml.org/devel/grml-full-{{< param_opt current_prerelease.version >}}-amd64.iso.asc">GPG Signature</a>]<br/>
87
+
<ahref="https://download.grml.org/devel/grml-full-{{< param_opt current_prerelease.version >}}-arm64.iso">Grml full ISO for 64bit ARM (arm64)</a> [<ahref="https://ftp-master.grml.org/devel/grml-full-{{< param_opt current_prerelease.version >}}-arm64.iso.asc">GPG Signature</a>]<br/>
88
+
<ahref="https://download.grml.org/devel/grml-small-{{< param_opt current_prerelease.version >}}-amd64.iso">Grml small ISO for 64bit PCs (amd64)</a> [<ahref="https://ftp-master.grml.org/devel/grml-small-{{< param_opt current_prerelease.version >}}-amd64.iso.asc">GPG Signature</a>]<br/>
89
+
<ahref="https://download.grml.org/devel/grml-small-{{< param_opt current_prerelease.version >}}-arm64.iso">Grml small ISO for 64bit ARM (arm64)</a> [<ahref="https://ftp-master.grml.org/devel/grml-small-{{< param_opt current_prerelease.version >}}-arm64.iso.asc">GPG Signature</a>]<br/>
90
90
<br/>
91
91
</p>
92
92
</div>
@@ -154,9 +154,10 @@ function update_links() {
154
154
var product ='grml';
155
155
var iso = product +'-'+ flavour +'-'+ current_version +'-'+ arch +'.iso';
156
156
var mirror_url ="https://download.grml.org/devel/";
157
+
var ftpmaster_url ="https://ftp-master.grml.org/devel/";
<p>Alongside the actual download files (ISO, netboot, sources), the Grml mirrors publish the extra files <em>SHA256SUMS</em> and <em>SHA256SUMS.gpg</em>.<br />
212
-
The <em><ahref="https://download.grml.org/devel/SHA256SUMS">SHA256SUMS</a></em> file contains checksums for all available release files.<br />
213
-
The <em><ahref="https://download.grml.org/devel/SHA256SUMS.gpg">SHA256SUMS.gpg</a></em> file provides the GnuPG signature for that file.<br />
213
+
The <em><ahref="https://ftp-master.grml.org/devel/SHA256SUMS">SHA256SUMS</a></em> file contains checksums for all available release files.<br />
214
+
The <em><ahref="https://ftp-master.grml.org/devel/SHA256SUMS.gpg">SHA256SUMS.gpg</a></em> file provides the GnuPG signature for that file.<br />
214
215
Once you have <em>SHA256SUMS</em> and <em>SHA256SUMS.gpg</em> in the same directory as your Grml downloads, verify the checksum file via:</p>
0 commit comments