From: Michael Prokop Date: Tue, 13 Jul 2021 11:37:12 +0000 (+0200) Subject: Update download/prerelease/ for new 2021.07-rc1 release X-Git-Url: http://git.grml.org/?p=grml.org.git;a=commitdiff_plain;h=5df24cf9be532c0f619982ab15c9fb0f33ca3b8b Update download/prerelease/ for new 2021.07-rc1 release Also update list of signature files --- diff --git a/download/prerelease/index.html.tt2 b/download/prerelease/index.html.tt2 index cd6c0f8..f4667eb 100644 --- a/download/prerelease/index.html.tt2 +++ b/download/prerelease/index.html.tt2 @@ -76,7 +76,7 @@
-

Download Grml 2020.06-rc1

+

Download Grml 2021.07-rc1

NOTE: This is a PRE-RELEASE, not a stable release yet.
You have been warned.

@@ -90,19 +90,19 @@ Download from a specific mirror

Direct download links:
- Grml96 full ISO [Signature]
- Grml64 full ISO [Signature]
- Grml32 full ISO [Signature]
- Grml96 small ISO [Signature]
- Grml64 small ISO [Signature]
- Grml32 small ISO [Signature]
+ Grml96 full ISO [GPG Signature]
+ Grml64 full ISO [GPG Signature]
+ Grml32 full ISO [GPG Signature]
+ Grml96 small ISO [GPG Signature]
+ Grml64 small ISO [GPGP Signature]
+ Grml32 small ISO [GPG Signature]

@@ -161,7 +161,7 @@ } function update_links() { - var current_version = "2020.06-rc1"; + var current_version = "2021.07-rc1"; var product = 'grml'; var arch = document.getElementById('download_arch').value; var flavour = document.getElementById('download_flavour').value; @@ -173,7 +173,7 @@ document.getElementById('download_link_mirror').href = mirror_url + iso; document.getElementById('download_link_mirror').innerHTML = '
Download Now
' + product + '-' + flavour + ' ' + current_version + '
'; // document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent'; - document.getElementById('download_link_signature').href = mirror_url + iso + '.sha1.asc'; + document.getElementById('download_link_signature').href = mirror_url + iso + '.asc'; } // hook update function @@ -195,13 +195,11 @@ Alternate downloads

Daily images
Older releases
- Source code (one tgz for both architectures)
+ Source code (one tgz for both architectures)

Netboot packages:
- 64-bit - (sig) - 32-bit - (sig) + 64-bit + 32-bit

@@ -221,7 +219,7 @@ sub rsa4096/43A1FB9BCC87C963 2018-07-26 [A] [expires: 2022-05-20] Boot from USB key

Just dd(1) the downloaded ISO to an empty USB key!

- dd if=grml_2020.06-rc1.iso of=/dev/USB_KEY + dd if=grml_2021.07-rc1.iso of=/dev/USB_KEY

Troubleshooting