X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=download%2Findex.html.tt2;h=f7991c2449a8a3ca1cfedc769b0f92c562657326;hb=41eb0613c50825a14454fd491a711febed60e077;hp=7c4d89907f931a318e56c3c05688a9bd885ae397;hpb=1fce34f10ff6bdb0dc2bf3500c5f50a94e611bbd;p=grml.org.git diff --git a/download/index.html.tt2 b/download/index.html.tt2 index 7c4d899..f7991c2 100644 --- a/download/index.html.tt2 +++ b/download/index.html.tt2 @@ -1,5 +1,5 @@ - + grml.org - Download @@ -7,18 +7,16 @@ - - + - - @@ -77,134 +85,198 @@
-

Download Grml 2011.12

+

Download Grml 2021.07

Get the current stable release here.
- -

Download Grml and then write it to a CD-R or an empty USB key.

+ - - -

Release Notes

+

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

- +
-
- Alternate downloads

- Daily images
- Older releases
- Source code (both archs)
-
- Netboot packages:
- 64-bit - (sig) - 32-bit - (sig) -
-
- Signing Key
-
- Please verify all downloads using GnuPG! -
- -
- Boot from USB key
-
- Just dd(1) the downloaded ISO to an empty USB key!

- dd if=grml64_2011.12.iso of=/dev/USB_KEY -

- - 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.iso of=/dev/USB_KEY bs=4M status=progress conv=fdatasync +

+ + Troubleshooting

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

Git repositories

+

Verify your download

+ +

Please verify all downloads!

+ +

Alongside the actual download files (ISO, netboot, sources), 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 checksum file via:

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

If you don't have our GnuPG signing key + (key ID 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.

+

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