LCOW: VHDX boot to read-only

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2017-09-06 10:55:19 -07:00
parent d7b4c7e0ea
commit 17a24034bb
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ func (clnt *client) createLinux(containerID string, checkpoint string, checkpoin
configuration.HvRuntime = &hcsshim.HvRuntime{
ImagePath: lcowOpt.Config.Vhdx,
BootSource: "Vhd",
WritableBootSource: true,
WritableBootSource: false,
}
} else {
configuration.HvRuntime = &hcsshim.HvRuntime{