From the documentation:
iso_checksum_url (string) - A URL to a GNU or BSD style checksum file containing a checksum for the OS ISO file.
I have no idea what these checksum file styles refer to. Google ends me up at BSD checksum but that can't be right.
I request clarification to this documentation. Inline examples or references to examples would be nice.
BSD's implementation of md5
will output:
MD5 (other.iso) = <checksum>
MD5 (the-OS.iso) = <checksum>
While the GNU implementation of md5sum
will output:
<checksum> *the-OS.iso
<checksum> other.iso
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Most helpful comment
BSD's implementation of
md5
will output:While the GNU implementation of
md5sum
will output: