diff options
| author | Papoteur <papoteur@mageia.org> | 2026-04-01 08:24:59 +0200 |
|---|---|---|
| committer | Papoteur <papoteur@mageia.org> | 2026-04-01 08:24:59 +0200 |
| commit | 39d427d59bde2b7f188db82773d7053b2d1600ef (patch) | |
| tree | 19d5c7c58458f6c7d4c1a8398e1cada22e5d6107 /hu | |
| parent | 9c524987f4900d9d3913afb05a2c949bf7b64e18 (diff) | |
| download | drakx-installer-help-39d427d59bde2b7f188db82773d7053b2d1600ef.tar drakx-installer-help-39d427d59bde2b7f188db82773d7053b2d1600ef.tar.gz drakx-installer-help-39d427d59bde2b7f188db82773d7053b2d1600ef.tar.bz2 drakx-installer-help-39d427d59bde2b7f188db82773d7053b2d1600ef.tar.xz drakx-installer-help-39d427d59bde2b7f188db82773d7053b2d1600ef.zip | |
Update Select-and-use-ISOs with commands to compute sums
Diffstat (limited to 'hu')
| -rw-r--r-- | hu/Select-and-use-ISOs.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hu/Select-and-use-ISOs.html b/hu/Select-and-use-ISOs.html index eb604f0..2a29176 100644 --- a/hu/Select-and-use-ISOs.html +++ b/hu/Select-and-use-ISOs.html @@ -503,8 +503,8 @@ <p>If http is chosen you will also see some information regarding checksums.</p> - <p><code class="literal">md5sum</code>, <code class="literal">sha1sum</code> and - <code class="literal">sha512sum</code> (the most secure) are tools to check the ISO + <p><code class="literal">md5sum</code>, <code class="literal">sha512sum</code> and + <code class="literal">sha3-512sum</code> (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. </p> @@ -552,13 +552,13 @@ </li> <li class="listitem"> - <p>To use the sha1sum, type: <span class="command"><strong>sha1sum + <p>To use the sha512sum, type: <span class="command"><strong>sha512sum path/to/the/image/file.iso</strong></span></p> </li> <li class="listitem"> - <p>To use the sha512sum, type: <span class="command"><strong>sha512sum + <p>To use the sha3-512sum, type: <span class="command"><strong>sha3-512sum path/to/the/image/file.iso</strong></span></p> </li> |
