bootstrap-vz/providers/ec2/tasks/packages-kernels.json
Anders Ingemann 46dbe9e8c6 Move AKI info into JSON file. Fixes #13
Also introduced config_get() to retrieve a specific value from
these JSON files. Comments are now supported in those files as well
2014-02-27 23:02:58 +01:00

18 lines
484 B
JSON

{
// In squeeze, we need a special kernel flavor for xen
"squeeze": {
"amd64": "linux-image-xen-amd64",
"i386" : "linux-image-xen-686" },
"wheezy": {
"amd64": "linux-image-amd64",
"i386" : "linux-image-686" },
"jessie": {
"amd64": "linux-image-amd64",
"i386" : "linux-image-686" },
"testing": {
"amd64": "linux-image-amd64",
"i386" : "linux-image-686" },
"unstable": {
"amd64": "linux-image-amd64",
"i386" : "linux-image-686" }
}