mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
38 lines
768 B
JSON
38 lines
768 B
JSON
{
|
|
"provider": "virtualbox",
|
|
"bootstrapper": {
|
|
"workspace": "/target",
|
|
"guest_additions": "/root/images/VBoxGuestAdditions.iso"
|
|
},
|
|
"image": {
|
|
"name": "debian-{system.release}-{system.architecture}-{%y}{%m}{%d}",
|
|
"description": "Debian {system.release} {system.architecture}"
|
|
},
|
|
"system": {
|
|
"release": "wheezy",
|
|
"architecture": "amd64",
|
|
"bootloader": "grub",
|
|
"timezone": "UTC",
|
|
"locale": "en_US",
|
|
"charmap": "UTF-8"
|
|
},
|
|
"packages": {},
|
|
"volume": {
|
|
"backing": "vmdk",
|
|
"partitions": {
|
|
"type": "mbr",
|
|
"boot": {
|
|
"size": 64,
|
|
"filesystem": "ext2"
|
|
},
|
|
"root": {
|
|
"size": 1855,
|
|
"filesystem": "ext4"
|
|
},
|
|
"swap": {"size": 128}
|
|
}
|
|
},
|
|
"plugins": {
|
|
"vagrant": {}
|
|
}
|
|
}
|