mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00

Also introduced config_get() to retrieve a specific value from these JSON files. Comments are now supported in those files as well
18 lines
484 B
JSON
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" }
|
|
}
|