mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
32 lines
595 B
JSON
32 lines
595 B
JSON
{
|
|
"provider": "virtualbox",
|
|
"bootstrapper": {
|
|
"workspace": "/target"
|
|
},
|
|
"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}
|
|
}
|
|
}
|
|
}
|