parent
56f6a976de
commit
46a26a3d9e
|
@ -55,7 +55,7 @@ func (s *StepTypeBootCommand) Run(ctx context.Context, state multistep.StateBag)
|
||||||
scanCodesToSendString := strings.Join(codes, " ")
|
scanCodesToSendString := strings.Join(codes, " ")
|
||||||
return driver.TypeScanCodes(vmName, scanCodesToSendString)
|
return driver.TypeScanCodes(vmName, scanCodesToSendString)
|
||||||
}
|
}
|
||||||
d := bootcommand.NewPCXTDriver(sendCodes, -1, s.GroupInterval)
|
d := bootcommand.NewPCXTDriver(sendCodes, 32, s.GroupInterval)
|
||||||
|
|
||||||
ui.Say("Typing the boot command...")
|
ui.Say("Typing the boot command...")
|
||||||
command, err := interpolate.Render(s.BootCommand, &s.Ctx)
|
command, err := interpolate.Render(s.BootCommand, &s.Ctx)
|
||||||
|
|
Loading…
Reference in New Issue