mirror of https://github.com/hashicorp/packer
Merge branch '1082-add-boot-commands-to-vmx-and-ovf-builders' of github.com:rasa/packer into rasa-1082-add-boot-commands-to-vmx-and-ovf-builders
Conflicts: builder/virtualbox/ovf/config.go builder/vmware/vmx/config.gopull/1468/head
commit
c74f0c7cfe
@ -1,4 +1,4 @@
|
||||
package iso
|
||||
package common
|
||||
|
||||
// Interface to help find the host IP that is available from within
|
||||
// the VMware virtual machines.
|
||||
@ -1,4 +1,4 @@
|
||||
package iso
|
||||
package common
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
@ -1,4 +1,4 @@
|
||||
package iso
|
||||
package common
|
||||
|
||||
import "testing"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package iso
|
||||
package common
|
||||
|
||||
import "testing"
|
||||
|
||||
Loading…
Reference in new issue