mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
49 lines
951 B
JSON
49 lines
951 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|