bootstrap-vz/bootstrapvz/providers/kvm
Anders Ingemann 953987fddf Combine documentation from github wiki with sphinx
This is the first step in the effort of combining all documentation about
bootstrap-vz into sphinx while still being able to access it from github
(github can parse rst as well)
2015-04-11 16:40:44 +02:00
..
tasks Clone packages-kernels.yml pattern to other providers 2014-07-09 23:17:05 +02:00
__init__.py Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
manifest-schema.yml Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
README.md Move code into proper package folder 2014-04-02 21:26:13 +02:00
README.rst Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00

KVM provider

This provider generates raw images for KVM. It also supports an optional virtio integration.

Virtio

Add to bootstrapper the list of virtio modules to load, example:

"virtio" : [ "virtio_pci", "virtio_blk" ]