X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=download%2Fprerelease%2Findex.html.tt2;h=6dbad5b17806c387d8b21540a74c4f79cfa9cff8;hb=7b837f0719851dea446fd339513fdf60ea2f8501;hp=500109f3f434eaa65ce8d9e237d067c43d302226;hpb=788bc67ba6b93111c6cebd09f55e657a1515441c;p=grml.org.git diff --git a/download/prerelease/index.html.tt2 b/download/prerelease/index.html.tt2 index 500109f..6dbad5b 100644 --- a/download/prerelease/index.html.tt2 +++ b/download/prerelease/index.html.tt2 @@ -1,10 +1,5 @@ - - + grml.org - Download @@ -12,18 +7,16 @@ exit; - - + - - @@ -82,110 +79,191 @@ exit;
-

Download Grml 2012.05-rc1

+

Download Grml 2021.07-rc1

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

Looking for the stable release version instead?

-

Download the Grml flavour you need, then write it to a CD-R or an empty USB stick.

- -
-
- -
- -

Options

- - -

- -
-
-
-
-
- Release Notes -
- -
- -
-
-
-
-
- -
- - - + +
-
- Alternate downloads

- Daily images
- Older releases
- chroots for remastering (prerelease)
- Source code (one tgz for both architectures)
-
- Signing Key
-
- Please verify all downloads using GnuPG! -
- -
- Boot from USB stick
-
- Just dd(1) the downloaded ISO to an empty USB stick!

- dd if=grml_2012.05-rc1.iso of=/dev/USB_STICK -

- - Troubleshooting

- Boot option guide -

- -
+
+
+ Alternate downloads

+ Daily images
+ Older releases
+ Source code (one tgz for both architectures)
+
+ Netboot packages:
+ 64-bit + 32-bit +
+
+ +
+
+ Boot from USB key
+
+ Just dd(1) the downloaded ISO to an empty USB key!

+ dd if=grml_2021.07-rc1.iso of=/dev/USB_KEY bs=4M status=progress conv=fdatasync +

+ + Troubleshooting

+ Boot option guide +
+
+
+
+ +
+
+

Verify your download

+ +

Please verify all downloads!

+ +

Alongside the actual ISO files, the Grml mirrors publish the extra files SHA256SUMS and SHA256SUMS.gpg.
+ The SHA256SUMS file contains checksums for all available release files.
+ The SHA256SUMS.gpg file provides the GnuPG signature for that file.
+ Once you have SHA256SUMS and SHA256SUMS.gpg in the same directory as your Grml downloads, verify the SHA256 checksum via: +

+ + +gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS + + +

If you don't have our GnuPG signing key + (0x96A87872B7EA3737, fingerprint 33CC B136 401A FEC8 43A3 8763 96A8 7872 B7EA 3737), run:

+ + +gpg --keyid-format long --keyserver hkps://keys.openpgp.org --recv-keys 0x96A87872B7EA3737 + + +

Finally verify the checksum of your Grml downloads, via:

+ + +sha256sum --ignore-missing -c SHA256SUMS + + +

Source code

+ +

The Grml team uses Git for managing software and packages. + The repositories are available online at GitHub.

+