Packer: What is a BSD or GNU style checksum file?

Created on 25 Jul 2017  ยท  2Comments  ยท  Source: hashicorp/packer

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.

core question

Most helpful comment

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

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sourav82 picture sourav82  ยท  3Comments

mwhooker picture mwhooker  ยท  3Comments

wduncanfraser picture wduncanfraser  ยท  3Comments

Nikoos picture Nikoos  ยท  3Comments

frezbo picture frezbo  ยท  3Comments