Matthew Hooker
|
8cd403425e
|
test fixes WIP
|
2018-01-24 17:09:17 -08:00 |
Matthew Hooker
|
7a189a83a1
|
fix imports
`find . -type f -name '*.go' -not -path "./vendor/*" -exec goimports -w {} \;`
|
2018-01-24 17:09:17 -08:00 |
Matthew Hooker
|
366dc3da0a
|
move multistep imports to helper.
gomvpkg -from "github.com/mitchellh/multistep" -to "github.com/hashicorp/packer/helper/multistep"
|
2018-01-24 17:09:15 -08:00 |
Matthew Hooker
|
ebe995c0ff
|
run goimports
|
2018-01-22 17:21:10 -08:00 |
Mitchell Hashimoto
|
35246ba986
|
virtualbox/common: fix test
|
2015-06-08 20:31:53 -07:00 |
Matt Behrens
|
9eb32e5dcd
|
implement `iso_interface` setting
Adds a new configuration option, `iso_interface`, that can be set to
`sata` to mount the ISO on the SATA controller. Required for OS X.
|
2014-05-23 21:14:24 -04:00 |
Mitchell Hashimoto
|
c7bf38b63b
|
builder/virtualbox/common: only remove ISO if it was attached
|
2013-12-22 17:08:07 -08:00 |
Mitchell Hashimoto
|
fbd20dffcb
|
builder/virtualbox/common: StepRemoveDevices
|
2013-12-22 09:54:00 -08:00 |