Fix comment left over from initial import
This commit is contained in:
parent
501845cb4f
commit
a27d75ff89
|
@ -18,17 +18,7 @@ type bootCommandTemplateData struct {
|
||||||
Name string
|
Name string
|
||||||
}
|
}
|
||||||
|
|
||||||
// This step "types" the boot command into the VM via the prltype script, built on the
|
// This step "types" the boot command into the VM via the Hyper-V virtual keyboard
|
||||||
// Parallels Virtualization SDK - Python API.
|
|
||||||
//
|
|
||||||
// Uses:
|
|
||||||
// driver Driver
|
|
||||||
// http_port int
|
|
||||||
// ui packer.Ui
|
|
||||||
// vmName string
|
|
||||||
//
|
|
||||||
// Produces:
|
|
||||||
// <nothing>
|
|
||||||
type StepTypeBootCommand struct {
|
type StepTypeBootCommand struct {
|
||||||
BootCommand []string
|
BootCommand []string
|
||||||
SwitchName string
|
SwitchName string
|
||||||
|
|
Loading…
Reference in New Issue