M MikeS1 Bit poster Feb 12, 2015 #1 Is there a recommended version of veewee to use to build vagrant parallels provider boxes?
M Mikhail Zholobov Feb 12, 2015 #2 We recommend to use Packer instead of Veewee to build your custom boxes: https://packer.io/ Our official boxes are based on these templates: https://github.com/chef/bento Usage example: Code: git clone https://github.com/chef/bento.git cd ./bento/packer packer build -only=parallels-iso centos-7.0-x86_64.json
We recommend to use Packer instead of Veewee to build your custom boxes: https://packer.io/ Our official boxes are based on these templates: https://github.com/chef/bento Usage example: Code: git clone https://github.com/chef/bento.git cd ./bento/packer packer build -only=parallels-iso centos-7.0-x86_64.json