bootstrap-vz/manifests/kvm-virtio.manifest.json

43 lines
820 B
JSON
Raw Normal View History

2014-01-30 11:44:26 +01:00
{
"provider": {
"name": "kvm",
"virtio_modules": [ "virtio_pci", "virtio_blk" ]
},
2014-01-30 11:44:26 +01:00
"bootstrapper": {
"workspace": "/target"
2014-01-30 11:44:26 +01:00
},
"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"
2014-01-30 11:44:26 +01:00
},
"packages": {},
"volume": {
"backing": "raw",
"partitions": {
"type": "msdos",
"boot": {
"size": "32MiB",
"filesystem": "ext2"
},
"root": {
"size": "864MiB",
"filesystem": "ext4"
},
"swap": {"size": "128MiB"}
}
},
"plugins": {
"root_password": {
"password": "test"
}
}
}