diff --git a/builder/vsphere/iso/step_boot_command.go b/builder/vsphere/iso/step_boot_command.go index 876b49505..805b89113 100644 --- a/builder/vsphere/iso/step_boot_command.go +++ b/builder/vsphere/iso/step_boot_command.go @@ -78,10 +78,8 @@ func (s *StepBootCommand) Run(ctx context.Context, state multistep.StateBag) mul switch code { case key.CodeLeftAlt: - // keyAlt = down case key.CodeLeftControl: - // keyCtrl = down default: keyShift = down