mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00

This allows to build an image with qcow2 as a disk backend. The update implements a new class that inherits from QEMUVolume and just needs the extention and file format.
24 lines
364 B
YAML
24 lines
364 B
YAML
---
|
|
name: debian-qcow2-example
|
|
provider:
|
|
name: kvm
|
|
bootstrapper:
|
|
workspace: /target
|
|
system:
|
|
release: jessie
|
|
architecture: amd64
|
|
bootloader: grub
|
|
charmap: UTF-8
|
|
locale: en_US
|
|
timezone: UTC
|
|
volume:
|
|
backing: qcow2
|
|
partitions:
|
|
type: gpt
|
|
root:
|
|
filesystem: ext4
|
|
size: 1GB
|
|
packages: {}
|
|
plugins:
|
|
root_password:
|
|
password: test
|