X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=download%2Findex.html.tt2;h=10f20ad7933af73ca5dc4177e1f2551bbe884b9a;hb=HEAD;hp=c6fc595aa8b5f184b1582e3f2ed654bf2fc046bb;hpb=94ad4da459216cb5db62490cc36f57fc7c2dcdd0;p=grml.org.git diff --git a/download/index.html.tt2 b/download/index.html.tt2 index c6fc595..10f20ad 100644 --- a/download/index.html.tt2 +++ b/download/index.html.tt2 @@ -1,5 +1,5 @@ - + grml.org - Download @@ -7,18 +7,16 @@ - - + - - @@ -77,163 +85,188 @@
-

Download Grml 2014.03

+

Download Grml 2024.02

Get the current stable release here.
+ -

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

+

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 - (Alternate location)
-
- Please verify all downloads using GnuPG! -
- -
- Boot from USB key
-
- Just dd(1) the downloaded ISO to an empty USB key!

- dd if=grml64_2014.03.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 bs=4M status=progress conv=fdatasync if=grml64-full_2024.02.iso of=/dev/USB_KEY +

+ + 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.