From c54a797733259ffb98d79621d24d61acfc7a6c3c Mon Sep 17 00:00:00 2001 From: John Howard Date: Thu, 22 Jun 2017 14:06:40 -0700 Subject: [PATCH] LCOW: Update for platforms latest schema Signed-off-by: John Howard Upstream-commit: 330913cadf1fcca00be4b6b841ceb8d14471f470 Component: engine --- components/engine/libcontainerd/client_windows.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/engine/libcontainerd/client_windows.go b/components/engine/libcontainerd/client_windows.go index e9f7e696d4..d7f312e6e4 100644 --- a/components/engine/libcontainerd/client_windows.go +++ b/components/engine/libcontainerd/client_windows.go @@ -299,7 +299,9 @@ func (clnt *client) createLinux(containerID string, checkpoint string, checkpoin Owner: defaultOwner, TerminateOnLastHandleClosed: true, HvRuntime: &hcsshim.HvRuntime{ - ImagePath: `c:\program files\lcow`, + ImagePath: `c:\program files\lcow`, + LinuxKernelFile: `bootx64.efi`, + LinuxInitrdFile: `initrd.img`, }, }