bootstrap-vz/manifests/azure.manifest.json
2014-04-08 08:53:26 +02:00

40 lines
768 B
JSON

{
"provider": "azure",
"bootstrapper": {
"workspace": "/target",
"mirror": "http://ftp.fr.debian.org/debian/"
},
"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": "raw",
"partitions": {
"type": "msdos",
"boot": {
"size": "32MiB",
"filesystem": "ext2"
},
"root": {
"size": "7GiB",
"filesystem": "ext4"
}
}
},
"plugins": {
"ntp": {
"servers": ["time.windows.com"]
}
}
}