mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-02 16:11:00 +00:00
the `moby` tool uses a prefix for the build output. Specify the prefix (and optional path) in the `Moby` property in the JSON instead of assuming a different path for each initrd/kernel. Also, adopt the new name for the kernel image (vmlinuz64 -> <prefix>-bzImage). This should make it simpler to boot up hyperkit with Moby images build from by the moby tool. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
22 lines
453 B
JSON
22 lines
453 B
JSON
{
|
|
"ID": "cattle",
|
|
"Properties": {
|
|
"Allocation": {
|
|
"Size": 1
|
|
},
|
|
"Instance": {
|
|
"Plugin": "instance-hyperkit",
|
|
"Properties": {
|
|
"Moby": "../../moby",
|
|
"Disk" : 512,
|
|
"CPUs" : 2,
|
|
"Memory" : 1024
|
|
}
|
|
},
|
|
"Flavor": {
|
|
"Plugin": "flavor-vanilla",
|
|
"Properties": { }
|
|
}
|
|
}
|
|
}
|