upperstream / packer-templates

Packer templates to generate Vagrant boxes
Apache License 2.0
54 stars 28 forks source link

Tiny Core Linux v9.0 templates fail with Packer 1.2.0+ on VMware ESXi #121

Open icnocop opened 6 years ago

icnocop commented 6 years ago

Hi.

Packer 1.2.0 added support for specifying the disk adapter type. See https://github.com/hashicorp/packer/pull/3417.

The packer templates, ex. tc-9-minimal.json, will need to have "disk_adapter_type": "ide", otherwise the OS doesn't boot.

See disk_adapter_type.

I haven't checked other provisioners.

Thank you.

upperstream commented 6 years ago

Thank you for the report. Will update the templates.