mitchellh / boot2docker-vagrant-box

Packer scripts to build a Vagrant-compatible boot2docker box.
424 stars 183 forks source link

Packer 7 compatibility #70

Closed dduportal closed 9 years ago

dduportal commented 9 years ago

Hi, due to some errors using packer 0.7.2, i disabled the parallels tools while they don't seem to be needed (correct me if i'm wrong) ? The goal was only to make packer build running.

I added a line to the gitignore for output folder generated from packer.

For history :

C:\workspace\dduportal\boot2docker-vagrant-box>packer -v
Packer v0.7.2

C:\workspace\dduportal\boot2docker-vagrant-box>packer build -parallel=false template.json
virtualbox-iso output will be in this color.
vmware-iso output will be in this color.
parallels-iso output will be in this color.

Warnings for build 'virtualbox-iso':

* A checksum type of 'none' was specified. Since ISO files are so big,
a checksum is highly recommended.

Warnings for build 'vmware-iso':

* A checksum type of 'none' was specified. Since ISO files are so big,
a checksum is highly recommended.

1 error(s) occurred:

* parallels_tools_flavor must be specified.
dduportal commented 9 years ago

Note that it can be superseeded by https://github.com/mitchellh/boot2docker-vagrant-box/pull/72