mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Add jessie-virtio.yml
KVM example manifest
This commit is contained in:
parent
6b7fa65fcf
commit
bc1d5464f4
1 changed files with 26 additions and 0 deletions
26
manifests/examples/kvm/jessie-virtio.yml
Normal file
26
manifests/examples/kvm/jessie-virtio.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
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: amd64
|
||||
bootloader: grub
|
||||
charmap: UTF-8
|
||||
locale: en_US
|
||||
timezone: UTC
|
||||
volume:
|
||||
backing: raw
|
||||
partitions:
|
||||
type: msdos
|
||||
root:
|
||||
filesystem: ext4
|
||||
size: 8GiB
|
||||
plugins:
|
||||
root_password:
|
||||
password: test
|
Loading…
Add table
Reference in a new issue