bootstrap-vz/bootstrapvz/providers/virtualbox
Anders Ingemann 989f33c226 Kill the initalize() function. Nobody uses it except ec2
The boto debug messages are now silenced with a task.
2015-05-03 12:31:44 +02:00
..
assets Fix installation of vbox guest additions. 2015-04-25 16:12:26 -03:00
tasks Fix #104: Don't verify default target when adding packages 2015-04-29 23:51:55 +02:00
__init__.py Kill the initalize() function. Nobody uses it except ec2 2015-05-03 12:31:44 +02:00
manifest-schema.yml Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
README.rst This is cool. Relative links that link between folders/files in the github repo are converted to relative links in the documentation. 2015-04-19 13:05:58 +02:00

VirtualBox
----------

The `VirtualBox <https://www.virtualbox.org/>`__ provider can bootstrap
to both .vdi and .vmdk images (raw images are also supported but do not
run in VirtualBox). It's advisable to always use vmdk images for
interoperability (e.g.
`OVF <http://en.wikipedia.org/wiki/Open_Virtualization_Format>`__ files
*should* support vdi files, but since they have no identifier URL not
even VirtualBox itself can import them). VirtualBox Guest Additions can
be installed automatically if the ISO is `provided in the
manifest <../../../manifests#bootstrapper>`__.