Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Mar 24, 2015
1 parent a4b24e9 commit 6bbdbdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following software must be installed/present on your local machine before yo
- [Packer](http://www.packer.io/)
- [Vagrant](http://vagrantup.com/)
- [VirtualBox](https://www.virtualbox.org/) (if you want to build the VirtualBox box)
- [VMWare Fusion](http://www.vmware.com/products/fusion/) (or Workstation - if you want to build the VMWare box)
- [VMware Fusion](http://www.vmware.com/products/fusion/) (or Workstation - if you want to build the VMware box)
- [Ansible](http://docs.ansible.com/intro_installation.html)

You will also need some Ansible roles installed so they can be used in the building of the VM. To install the roles:
Expand All @@ -34,7 +34,7 @@ Make sure all the required software (listed above) is installed, then cd to the

After a few minutes, Packer should tell you the box was generated successfully.

If you want to only build a box for one of the supported virtualization platforms (e.g. only build the MWare box), add `--only=vmware-iso` to the `packer build` command:
If you want to only build a box for one of the supported virtualization platforms (e.g. only build the VMware box), add `--only=vmware-iso` to the `packer build` command:

$ packer build --only=vmware-iso centos7.json

Expand Down

0 comments on commit 6bbdbdf

Please sign in to comment.