Prechádzať zdrojové kódy

LCOW: Update for platforms latest schema

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 8 rokov pred
rodič
commit
330913cadf
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 3 1
      libcontainerd/client_windows.go

+ 3 - 1
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`,
 		},
 	}