bootstrap-vz/manifests/virtualbox.manifest.json

34 lines
633 B
JSON
Raw Normal View History

{
"provider" : "virtualbox",
"bootstrapper": {
2013-09-15 23:01:52 +02:00
"workspace": "/target",
"tarball": true
},
"image": {
"name" : "debian-{release}-{architecture}-{%y}{%m}{%d}",
2013-09-15 23:01:52 +02:00
"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}
}
}
}