mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
27 lines
406 B
YAML
27 lines
406 B
YAML
![]() |
---
|
||
|
name: debian-lvm-example
|
||
|
provider:
|
||
|
name: kvm
|
||
|
bootstrapper:
|
||
|
workspace: /target
|
||
|
system:
|
||
|
release: jessie
|
||
|
architecture: amd64
|
||
|
bootloader: grub
|
||
|
charmap: UTF-8
|
||
|
locale: en_US
|
||
|
timezone: UTC
|
||
|
volume:
|
||
|
backing: lvm
|
||
|
logicalvolume: lvtest
|
||
|
volumegroup: vgtest
|
||
|
partitions:
|
||
|
type: gpt
|
||
|
root:
|
||
|
filesystem: ext4
|
||
|
size: 1GB
|
||
|
packages: {}
|
||
|
plugins:
|
||
|
root_password:
|
||
|
password: test
|