mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
42 lines
878 B
JSON
42 lines
878 B
JSON
{
|
|
"provider": "kvm",
|
|
"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",
|
|
"virtio_modules": [ "virtio_pci", "virtio_blk" ]
|
|
},
|
|
"packages": {},
|
|
"volume": {
|
|
"backing": "raw",
|
|
"partitions": {
|
|
"type": "msdos",
|
|
"boot": {
|
|
"size": "32MiB",
|
|
"filesystem": "ext2"
|
|
},
|
|
"root": {
|
|
"size": "864MiB",
|
|
"filesystem": "ext4"
|
|
},
|
|
"swap": {"size": "128MiB"}
|
|
}
|
|
},
|
|
"plugins": {
|
|
"root_password": {
|
|
"enabled": true,
|
|
"password": "test"
|
|
}
|
|
}
|
|
}
|