Updated changelog

This commit is contained in:
Mitchell Hashimoto 2010-04-12 16:43:32 -07:00
parent 5d6e3900c8
commit 297c4f130e
1 changed files with 14 additions and 0 deletions

View File

@ -24,6 +24,20 @@ environment, and it will package a fully functional environment. You can still
include customizations and so on with the `--include` flag, and these will
continue to work as expected.
## Base Box Packaging with `vagrant package`
Base box creators rejoice! You can now package base boxes using the `vagrant package`
command. This also means that, along with the above change, you no longer need
to "copy down the MAC address," since Vagrant handles this for you. An example,
if you created a base virtual machine named "karmic" (in VirtualBox):
{% highlight bash %}
$ vagrant package --base karmic
{% endhighlight %}
That's all there is to it! No more manual Vagrantfile creation, no more manual
`tar`ing, etc.
## Minor Changes
#### Specifying a Box with `vagrant init`