Merge pull request #34451 from Microsoft/jjh/bootvhdx
LCOW: Additional flags for VHD boot
This commit is contained in:
commit
e5cdaf1bd9
1 changed files with 3 additions and 1 deletions
|
@ -331,7 +331,9 @@ func (clnt *client) createLinux(containerID string, checkpoint string, checkpoin
|
|||
|
||||
if lcowOpt.Config.ActualMode == opengcs.ModeActualVhdx {
|
||||
configuration.HvRuntime = &hcsshim.HvRuntime{
|
||||
ImagePath: lcowOpt.Config.Vhdx,
|
||||
ImagePath: lcowOpt.Config.Vhdx,
|
||||
BootSource: "Vhd",
|
||||
WritableBootSource: true,
|
||||
}
|
||||
} else {
|
||||
configuration.HvRuntime = &hcsshim.HvRuntime{
|
||||
|
|
Loading…
Reference in a new issue