From 28efab4f71c1727a048c61768710eed78a642683 Mon Sep 17 00:00:00 2001 From: Lucas M Date: May 17 2022 19:53:38 +0000 Subject: Update spins.fedoraproject.org/data/content/verify.html The ignore-missing is missing (no pun intended) from the command, which makes the output confusing/bloated to read. --- diff --git a/spins.fedoraproject.org/data/content/verify.html b/spins.fedoraproject.org/data/content/verify.html index 98a41db..f780eac 100644 --- a/spins.fedoraproject.org/data/content/verify.html +++ b/spins.fedoraproject.org/data/content/verify.html @@ -52,7 +52,7 @@
  • DBBDCF7C - ${_('IOT 2019')}
  • ${Markup(_('Finally, now that the CHECKSUM file has been verified, check that the image\'s checksum matches:'))}

    -
    $ sha256sum -c *-CHECKSUM
    +
    $ sha256sum -c *-CHECKSUM --ignore-missing

    ${Markup(_('If the output states that the file is valid, then it\'s ready to use!'))}

    ${_('How do I verify my downloaded image on another operating system?')}

    ${_('Read these instructions to verify your image.')}