You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket will track the effort to update the Initialize USB Storage process to include integrity checks when provisioning a USB drive with the BusKill software.
This was skipped in the initial ticket because it's non-trivial to execute something like sha256sum -c recursively on a directory in Windows.
This ticket will track the effort to update the Initialize USB Storage process to include integrity checks when provisioning a USB drive with the BusKill software.
This was skipped in the initial ticket because it's non-trivial to execute something like
sha256sum -c
recursively on a directory in Windows.Today we got a question answered on SE that may address that:
Create the digest file
Run the following command on Windows to generate a
sha256sums
file (in fact, we won't be doing this as the file is generated in linux).Verify the digest file
Run this command on Windows to recursively verify the integrity of a
sha256sums
digest fileI've not verified the efficacy of the above command at all.
The text was updated successfully, but these errors were encountered: