boxcutter / windows

Virtual machine templates for Windows written in legacy JSON and Batch Scripting/JScript
Apache License 2.0
753 stars 266 forks source link

The `iso_checksum_type` key has been deprecated in Packer 1.6.0 #245

Closed arizvisa closed 3 years ago

arizvisa commented 3 years ago

The most recent version of Packer (1.6.0) seems to have deprecated the iso_checksum_type as this type can be determined by checking the length that is provided as the iso_checksum.

To fix this, it's likely as simple as removing the iso_checksum_type field and then everything else should just work okay.

arizvisa commented 3 years ago

This was closed by PR #246.