From 39d427d59bde2b7f188db82773d7053b2d1600ef Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 1 Apr 2026 08:24:59 +0200 Subject: Update Select-and-use-ISOs with commands to compute sums --- cs/Select-and-use-ISOs.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cs/Select-and-use-ISOs.html') diff --git a/cs/Select-and-use-ISOs.html b/cs/Select-and-use-ISOs.html index 1c00f46..c511dcf 100644 --- a/cs/Select-and-use-ISOs.html +++ b/cs/Select-and-use-ISOs.html @@ -503,8 +503,8 @@

If http is chosen you will also see some information regarding checksums.

-

md5sum, sha1sum and - sha512sum (the most secure) are tools to check the ISO +

md5sum, sha512sum and + sha3-512sum (the most secure) are tools to check the ISO integrity. Copy one of the checksums (string of alphanumeric characters) for use in the next section.

@@ -552,13 +552,13 @@
  • -

    To use the sha1sum, type: sha1sum +

    To use the sha512sum, type: sha512sum path/to/the/image/file.iso

  • -

    To use the sha512sum, type: sha512sum +

    To use the sha3-512sum, type: sha3-512sum path/to/the/image/file.iso

  • -- cgit v1.2.1