timsutton / osx-vm-templates

macOS templates for Packer and VeeWee.
MIT License
1.12k stars 248 forks source link

Change iso_checksum_type to "none" #58

Closed bacongravy closed 8 years ago

bacongravy commented 8 years ago

For the simple case of building the packer template immediately after running prepare_iso.sh locally, the iso_checksum seems to provide very little value. This pull request proposes to eliminate the need for setting the iso_checksum by setting iso_checksum_type to "none".

mattieb commented 8 years ago

I wasn't even aware this was an option. I support this change; there's little value in checksumming an image the user must create themselves.

timsutton commented 8 years ago

I agree, it's a pain to bother checksumming the image we're already modifying with our own code. Rebase and merged as 226e97cda852a14dd0bd147e716b88232d93035b.

Thank for you for these contributions!