[misc] add alternative test mode

* Also fix some typos and unwanted messages
This commit is contained in:
Pete Batard 2020-04-12 23:45:09 +01:00
parent 0e6a5b5871
commit 129aa64394
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
3 changed files with 14 additions and 11 deletions

View file

@ -569,7 +569,7 @@ out:
return 1;
}
// This upates the MD5SUMS/md5sum.txt file that some distros (Ubuntu, Mint...)
// This updates the MD5SUMS/md5sum.txt file that some distros (Ubuntu, Mint...)
// use to validate the media. Because we may alter some of the validated files
// to add persistence and whatnot, we need to alter the MD5 list as a result.
// The format of the file is expected to always be "<MD5SUM> <FILE_PATH>" on