mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
16 lines
400 B
Markdown
16 lines
400 B
Markdown
# RAW provider
|
|
|
|
This provider creates a raw image file. It can be combined with opennebula plugin to add OpenNebula contextualization.
|
|
|
|
By default, it creates a network interface configured with DHCP.
|
|
|
|
# Configuration
|
|
|
|
## provider
|
|
|
|
*raw* : use this provider
|
|
|
|
##virtualization
|
|
|
|
* ide: basic disk emulation (/dev/sda)
|
|
* virtio: Virtio emulation (for KVM), provides better disk performances (/dev/vda)
|