LCOW: VHDX boot to read-only
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
d7b4c7e0ea
commit
17a24034bb
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue