Forgot to update this to reflect whats going on under the hood

This commit is contained in:
Fabio Rehm 2014-02-05 20:48:42 -02:00
parent 29a4c3c45e
commit 509872e91b

View file

@ -20,12 +20,11 @@ _as part of_ the boot process (synced folders are actually `lxc-start` parameter
and as of now we are not able to get some information that this plugin requires and as of now we are not able to get some information that this plugin requires
about the guest machine / container before it is actually up and running. about the guest machine / container before it is actually up and running.
Under the hood, the plugin will monkey patch `Vagrant::Builtin::Provision` and Under the hood, the plugin will hook into Vagrant in order to set things up for each
will set things up for each configured cache bucket _before and after_ running each configured cache bucket _before and after_ running each defined provisioner. Before
defined provisioner. Before halting the machine, it will also revert the changes halting the machine, it will also revert the changes required to set things up by
required to set things up by hooking into calls to `Vagrant::Builtin::GracefulHalt` hooking into calls to `Vagrant::Builtin::GracefulHalt` so that you can repackage
so that you can repackage the machine for others to use without requiring users to the machine for others to use without requiring users to install the plugin as well.
install the plugin as well.
Please keep in mind that this plugin won't do magic, if you are compiling things Please keep in mind that this plugin won't do magic, if you are compiling things
during provisioning or manually downloading packages outside of a bucket you during provisioning or manually downloading packages outside of a bucket you