Merge pull request #34451 from Microsoft/jjh/bootvhdx
LCOW: Additional flags for VHD boot Upstream-commit: e5cdaf1bd9c5d7984e491cb346ae1453dbb79f50 Component: engine
This commit is contained in:
@ -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{
|
||||
|
||||
Reference in New Issue
Block a user