Fix manifest a bit

This commit is contained in:
Anders Ingemann 2013-09-15 23:01:52 +02:00
parent 4f1533b475
commit 8073edc902

View file

@ -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"
} }
} }
} }