Skip to content

YungSang/packer-parallels

Repository files navigation

Deprecated!

Now Packer supports Parallels.

Packer Builder Plugin for Parallels

This is a Packer Builder plugin for Parallels Desktop for Mac.

Notes) This works with LiveCD/LiveDVD ISO only. You can find better implementation here.

How to Build the Plugin

$ make

It will build and install packer-builder-parallels-iso and packer-post-processor-vagrant to make a box for Vagrant.

How to Use (Pack a box)

  • Prepare template.json for Packer with "type": "parallels-iso".

     {
     	"builders": [{
     		"type": "parallels-iso",
     	.
     	.
     	.
    
  • Use Packer to build a pvm or a box

    $ packer build template.json

    Cf.) A sample project for boot2docker