mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix manifest a bit
This commit is contained in:
parent
4f1533b475
commit
8073edc902
1 changed files with 10 additions and 26 deletions
|
@ -1,14 +1,12 @@
|
||||||
{
|
{
|
||||||
"provider": "virtualbox",
|
"provider": "virtualbox",
|
||||||
"virtualization": "ide",
|
|
||||||
|
|
||||||
"bootstrapper": {
|
"bootstrapper": {
|
||||||
"workspace": "/mnt/target",
|
"workspace": "/target",
|
||||||
"mirror": "http://http.debian.net/debian/"
|
"tarball": true
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
"name": "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
"name": "debian-{release}-{architecture}-{%y}{%m}{%d}",
|
||||||
"description": "Debian {release} {architecture} ({virtualization})"
|
"description": "Debian {release} {architecture}"
|
||||||
},
|
},
|
||||||
"system": {
|
"system": {
|
||||||
"release": "wheezy",
|
"release": "wheezy",
|
||||||
|
@ -18,32 +16,18 @@
|
||||||
"charmap": "UTF-8"
|
"charmap": "UTF-8"
|
||||||
},
|
},
|
||||||
"volume": {
|
"volume": {
|
||||||
"backing": "raw",
|
"backing": "vdi",
|
||||||
"partitions": {
|
"partitions": {
|
||||||
|
"type": "gpt",
|
||||||
"boot": {
|
"boot": {
|
||||||
"size": 12,
|
"size": 64,
|
||||||
"filesystem": "ext2"
|
"filesystem": "ext2"
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"size": 812,
|
"size": 832,
|
||||||
"filesystem": "ext4"
|
"filesystem": "ext4"
|
||||||
},
|
},
|
||||||
"swap": {"size": 200}
|
"swap": {"size": 128}
|
||||||
}
|
|
||||||
},
|
|
||||||
"plugins": {
|
|
||||||
"user_packages": {
|
|
||||||
"enabled": true,
|
|
||||||
"repo": [ "apache2" ],
|
|
||||||
"local": []
|
|
||||||
},
|
|
||||||
"root_password": {
|
|
||||||
"enabled": true,
|
|
||||||
"password": "test"
|
|
||||||
},
|
|
||||||
"convert_image": {
|
|
||||||
"enabled": true,
|
|
||||||
"format": "vdi"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue