mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Add new example for kvm virtio stretch version with granular partitions
This commit is contained in:
parent
b6bd3c7b12
commit
22d3d3e235
1 changed files with 41 additions and 0 deletions
41
manifests/examples/kvm/stretch-virtio-partitions.yml
Normal file
41
manifests/examples/kvm/stretch-virtio-partitions.yml
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
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: gpt
|
||||||
|
root:
|
||||||
|
filesystem: ext4
|
||||||
|
size: 8GiB
|
||||||
|
tmp:
|
||||||
|
mountopts:
|
||||||
|
- nodev
|
||||||
|
- noexec
|
||||||
|
- nosuid
|
||||||
|
- journal_ioprio=3
|
||||||
|
filesystem: ext4
|
||||||
|
size: 1GiB
|
||||||
|
var:
|
||||||
|
filesystem: ext4
|
||||||
|
size: 1GiB
|
||||||
|
var/tmp:
|
||||||
|
filesystem: ext4
|
||||||
|
size: 1GiB
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
root_password:
|
||||||
|
password: test
|
Loading…
Add table
Reference in a new issue