mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
27 lines
443 B
YAML
27 lines
443 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:
|
|
security: http://security.debian.org/
|
|
plugins:
|
|
root_password:
|
|
password: test
|