mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
31 lines
494 B
YAML
31 lines
494 B
YAML
![]() |
---
|
||
|
provider:
|
||
|
name: kvm
|
||
|
bootstrapper:
|
||
|
workspace: /target
|
||
|
image:
|
||
|
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||
|
system:
|
||
|
release: wheezy
|
||
|
architecture: amd64
|
||
|
bootloader: grub
|
||
|
charmap: UTF-8
|
||
|
locale: en_US
|
||
|
timezone: UTC
|
||
|
volume:
|
||
|
backing: raw
|
||
|
partitions:
|
||
|
type: msdos
|
||
|
boot:
|
||
|
filesystem: ext2
|
||
|
size: 32MiB
|
||
|
root:
|
||
|
filesystem: ext4
|
||
|
size: 864MiB
|
||
|
swap:
|
||
|
size: 128MiB
|
||
|
packages: {}
|
||
|
plugins:
|
||
|
root_password:
|
||
|
password: test
|