mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
33 lines
533 B
YAML
33 lines
533 B
YAML
![]() |
---
|
||
|
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||
|
provider:
|
||
|
name: kvm
|
||
|
virtio_modules:
|
||
|
- virtio_pci
|
||
|
- virtio_blk
|
||
|
bootstrapper:
|
||
|
workspace: /target
|
||
|
system:
|
||
|
release: jessie
|
||
|
architecture: arm64
|
||
|
bootloader: none
|
||
|
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
|