mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
25 lines
364 B
YAML
25 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
|