bootstrap-vz/manifests/virtualbox.manifest.json

50 lines
951 B
JSON
Raw Normal View History

{
"provider": "virtualbox",
"virtualization": "ide",
"bootstrapper": {
"workspace": "/mnt/target",
"mirror": "http://http.debian.net/debian/"
},
"image": {
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
"description": "Debian {release} {architecture} ({virtualization})"
},
"system": {
"release": "wheezy",
"architecture": "amd64",
"timezone": "UTC",
"locale": "en_US",
"charmap": "UTF-8"
},
"volume": {
"backing": "raw",
"partitions": {
"boot": {
"size": 12,
"filesystem": "ext2"
},
"root": {
"size": 812,
"filesystem": "ext4"
},
"swap": {"size": 200}
}
},
"plugins": {
"user_packages": {
"enabled": true,
"repo": [ "apache2" ],
"local": []
},
"root_password": {
"enabled": true,
"password": "test"
},
"convert_image": {
"enabled": true,
"format": "vdi"
}
}
}