mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
30 lines
558 B
YAML
30 lines
558 B
YAML
---
|
|
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
|
provider:
|
|
name: virtualbox
|
|
guest_additions: /usr/share/virtualbox/VBoxGuestAdditions.iso
|
|
bootstrapper:
|
|
workspace: /target
|
|
system:
|
|
release: jessie
|
|
architecture: amd64
|
|
bootloader: grub
|
|
charmap: UTF-8
|
|
hostname: localhost
|
|
locale: en_US
|
|
timezone: UTC
|
|
volume:
|
|
backing: vmdk
|
|
partitions:
|
|
type: msdos
|
|
boot:
|
|
filesystem: ext2
|
|
size: 64MiB
|
|
root:
|
|
filesystem: ext4
|
|
size: 1856MiB
|
|
swap:
|
|
size: 128MiB
|
|
packages: {}
|
|
plugins:
|
|
vagrant: {}
|