From 6301807724c11d6bc2fd937969cd7bd2c543373c Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Wed, 2 Dec 2020 19:00:36 +0100 Subject: Add chapter about verifying integrity of installation images --- en/install-methods/verifying-files.xml | 71 ++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 en/install-methods/verifying-files.xml (limited to 'en/install-methods/verifying-files.xml') diff --git a/en/install-methods/verifying-files.xml b/en/install-methods/verifying-files.xml new file mode 100644 index 000000000..9cbffb94f --- /dev/null +++ b/en/install-methods/verifying-files.xml @@ -0,0 +1,71 @@ + + + + + Verifying the integrity of installation files + + + +You can verify the integrity of downloaded files against checksums +provided in SHA256SUMS or SHA512SUMS +files on Debian mirrors. You can find them in the same places as the installation images +itself. +Visit the following locations: + + + + + + +checksum +files for CD images, + + + + +checksum +files for DVD images, + + + + +checksum +files for BD images, + + + + +checksum +files for other installation files. + + + + + + +To compute the checksum of a downloaded installation file, use + + +sha256sum filename.iso + + +respective + + +sha512sum filename.iso + + +and then compare the shown checksum against the corresponding one in the +SHA256SUMS respective SHA512SUMS file. + + + +The Debian CD FAQ has +more useful information +on this topic (such as the script check_debian_iso, to semi-automate +above procedure), as well as instructions, how to verify the integrity of the above checksum +files themselves. + + + + -- cgit v1.2.3