mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
14 lines
249 B
Markdown
14 lines
249 B
Markdown
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" ]
|
|
|