bootstrap-vz/manifests/examples/virtualbox/wheezy-vagrant.yml
Anders Ingemann c880a6849a Remove image section in manifest
All provider specific settings have been moved to the
provider section. The image name itself is now located
at the top level and called "name". It is required for all providers.
2015-12-13 19:41:18 +01:00

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: wheezy
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: {}