From 3d0c2b398f825fa6af1176ed4ca1370288660843 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Thu, 22 Feb 2018 12:22:39 +0100 Subject: [PATCH 1/2] Simplify the image checksum validation instructions Signed-off-by: Geoffroy Van Cutsem --- .../maintenance/download-verify-uncompress-linux.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/clear-linux/guides/maintenance/download-verify-uncompress-linux.rst b/source/clear-linux/guides/maintenance/download-verify-uncompress-linux.rst index 8cd944c7..ea7d7d4f 100644 --- a/source/clear-linux/guides/maintenance/download-verify-uncompress-linux.rst +++ b/source/clear-linux/guides/maintenance/download-verify-uncompress-linux.rst @@ -33,11 +33,12 @@ SHA512 checksum file, which is designated with the suffix `-SHA512SUMS`. .. code-block:: console - $ sha512sum ./clear-[version number]-[image type].[compression type] | diff ./clear-[version number]-[image type].[compression type]-SHA512SUMS - + $ sha512sum -c ./clear-[version number]-[image type].[compression type]-SHA512SUMS If the checksum of the downloaded image is different than the original -checksum, the differences will displayed. Otherwise, an empty output indicates -a match and your downloaded image is good. +checksum, a warning will be displayed with a message indicating the computed +checksum does NOT match. Otherwise, the name of the image will be printed on +the screen followed by `OK`. Uncompress the Clear Linux image ******************************** From 7603ee3e9fef5d19bd8ad564d28e528e7eb60931 Mon Sep 17 00:00:00 2001 From: Rodrigo Caballero Date: Mon, 26 Feb 2018 12:34:28 -0600 Subject: [PATCH 2/2] Change all caps to bold for emphasis. --- .../guides/maintenance/download-verify-uncompress-linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/guides/maintenance/download-verify-uncompress-linux.rst b/source/clear-linux/guides/maintenance/download-verify-uncompress-linux.rst index ea7d7d4f..0a123cb9 100644 --- a/source/clear-linux/guides/maintenance/download-verify-uncompress-linux.rst +++ b/source/clear-linux/guides/maintenance/download-verify-uncompress-linux.rst @@ -37,7 +37,7 @@ SHA512 checksum file, which is designated with the suffix `-SHA512SUMS`. If the checksum of the downloaded image is different than the original checksum, a warning will be displayed with a message indicating the computed -checksum does NOT match. Otherwise, the name of the image will be printed on +checksum does **not** match. Otherwise, the name of the image will be printed on the screen followed by `OK`. Uncompress the Clear Linux image