bootstrap-vz/manifests/virtualbox.manifest.json

34 lines
604 B
JSON
Raw Normal View History

{
2013-09-15 23:01:52 +02:00
"provider": "virtualbox",
"bootstrapper": {
2013-09-15 23:01:52 +02:00
"workspace": "/target",
"tarball": true
},
"image": {
2013-09-15 23:01:52 +02:00
"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": {
2013-09-15 23:01:52 +02:00
"backing": "vdi",
"partitions": {
2013-09-15 23:01:52 +02:00
"type": "gpt",
"boot": {
2013-09-15 23:01:52 +02:00
"size": 64,
"filesystem": "ext2"
},
"root": {
2013-09-15 23:01:52 +02:00
"size": 832,
"filesystem": "ext4"
},
2013-09-15 23:01:52 +02:00
"swap": {"size": 128}
}
}
}