@@ -38,19 +38,19 @@ date.
3838### Verifying images
3939
4040Each image release's directory contains two files used to verify the image(s)
41- you download. First, there is a ` sha256sum.txt ` file containing image checksums to
42- verify the integrity of the downloaded images. Second is the ` sha256sum.sig ` file,
43- used to verify the authenticity of the checksums.
41+ you download. First, there is a ` sha256sum.txt ` file containing image checksums
42+ to verify the integrity of the downloaded images. Second is the ` sha256sum.sig `
43+ file, used to verify the authenticity of the checksums.
4444
4545It is necessary to verify both the image's integrity and authenticity. It is,
4646therefore, recommended that you download both files.
4747
4848#### Verifying image integrity
4949
5050You can verify the integrity of a downloaded file using
51- [ sha256sum(1)] ( https://man.voidlinux.org/sha256sum.1 ) with the ` sha256sum.txt ` file
52- downloaded above. The following command will check the integrity of only the
53- image(s) you have downloaded:
51+ [ sha256sum(1)] ( https://man.voidlinux.org/sha256sum.1 ) with the ` sha256sum.txt `
52+ file downloaded above. The following command will check the integrity of only
53+ the image(s) you have downloaded:
5454
5555```
5656$ sha256sum -c --ignore-missing sha256sum.txt
@@ -104,9 +104,9 @@ use it! Please alert the Void Linux team of where you got the image and how you
104104verified it, and we will follow up on it.
105105
106106For verification with ` minisign ` , it is necessary to rename the ` sha256sum.sig `
107- file to ` sha256sum.txt.minisig ` and remove the first line from the ` .pub ` release
108- key. The following example demonstrates the verification of the ` sha256sum.txt `
109- file from the 20191109 release:
107+ file to ` sha256sum.txt.minisig ` and remove the first line from the ` .pub `
108+ release key. The following example demonstrates the verification of the
109+ ` sha256sum.txt ` file from the 20191109 release:
110110
111111```
112112$ minisign -Vm sha256sum.txt -f -p void-release-20191109.pub
0 commit comments