infrakit: Use the moby tool naming convention to select moby builds

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>
This commit is contained in:
Rolf Neugebauer
2017-03-07 16:09:26 +00:00
parent 118309b03f
commit ba7a162603
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
"Instance": {
"Plugin": "instance-hyperkit",
"Properties": {
"Moby": "./vms/default",
"Moby": "../../moby",
"Disk" : 512,
"CPUs" : 2,
"Memory" : 1024