Skip to content

Commit

Permalink
Merge pull request #81 from racktear/master
Browse files Browse the repository at this point in the history
Base box 'precise64' URL changed to the one hosted on Parallels CDN.
  • Loading branch information
legal90 committed Feb 25, 2014
2 parents f996cdf + 9e58c67 commit e85e1de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,15 @@ source ~/.zshrc
## Box Format

Every provider in Vagrant must introduce a custom box format. This
provider introduces `parallels` boxes. You can download one using this [link](https://s3-eu-west-1.amazonaws.com/vagrant-parallels/devbox.box).
provider introduces `parallels` boxes. You can download one using this [link](http://download.parallels.com/desktop/vagrant/precise64.box).
That directory also contains instructions on how to build a box.

Download the box file, then use vagrant to add the downloaded box using this command. Remember to use `bundle exec` before `vagrant` command if you are in development mode

```
$ wget https://s3-eu-west-1.amazonaws.com/vagrant-parallels/devbox-201312.box
$ vagrant box add devbox devbox.box --provider=parallels
$ vagrant box add --provider=parallels precise64 http://download.parallels.com/desktop/vagrant/precise64.box
```
***updated box file to fix mac address regeneration issue #42, devbox is Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-57-generic x86_64***
***updated box file to fix mac address regeneration issue #42, precise64 is Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-57-generic x86_64***

The box format is basically just the required `metadata.json` file
along with a `Vagrantfile` that does default settings for the
Expand Down

0 comments on commit e85e1de

Please sign in to comment.