#1136 Update spins.fedoraproject.org/data/content/verify.html
Merged 2 years ago by darknao. Opened 2 years ago by limao-doce.
limao-doce/fedora-websites master  into  main

@@ -52,7 +52,7 @@ 

                  <li><code>DBBDCF7C</code> - ${_('IOT 2019')}</li>

              </ul>

              <p>${Markup(_('Finally, now that the CHECKSUM file has been verified, check that the image\'s checksum matches:'))}</p>

-             <pre class="command">$ sha256sum -c *-CHECKSUM</pre>

+             <pre class="command">$ sha256sum -c *-CHECKSUM --ignore-missing</pre>

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

  	    <h3 class="top-margin">${_('How do I verify my downloaded image on another operating system?')}</h3>

  	    <p><a href="//docs.fedoraproject.org/en-US/fedora/latest/install-guide/install/Preparing_for_Installation/#sect-verifying-images">${_('Read these instructions to verify your image.')}</a></p>

The --ignore-missing option is missing (no pun intended) from the command, which makes the output confusing/bloated to read.

Metadata Update from @darknao:
- Pull-request tagged with: spins.fp.o

2 years ago

rebased onto 28efab4

2 years ago

Pull-Request has been merged by darknao

2 years ago