bootstrap-vz/manifests/virtualbox.manifest.json
Anders Ingemann ae1327811b Manifest cleanup, begin with simple manifests only
No plugins. They should be explained in the documentation
2013-11-06 22:21:28 +01:00

33 lines
622 B
JSON

{
"provider" : "virtualbox",
"bootstrapper": {
"workspace": "/target",
"tarball": true
},
"image": {
"name" : "debian-{release}-{architecture}-{%y}{%m}{%d}",
"description": "Debian {release} {architecture}"
},
"system": {
"release" : "wheezy",
"architecture": "amd64",
"timezone" : "UTC",
"locale" : "en_US",
"charmap" : "UTF-8"
},
"volume": {
"backing": "vdi",
"partitions": {
"type": "mbr",
"boot": {
"size": 32,
"filesystem": "ext2"
},
"root": {
"size": 991,
"filesystem": "ext4"
},
"swap": {"size": 128}
}
}
}