packer-cn/powershell
Taliesin Sisson 010d171bec GuestAdditionsMode and GuestAdditionsPath can be set in config. If GuestAdditionsMode == "attach" it will mount the HyperV Integration Services ISO. If GuestAdditionsPath is set, then it will be used as an alternative to where the HyperV Integration Service ISO is.
Included the build step to download ISO, so iso_urls works properly now.
Online activation should be done via provisioner
Installation of integration services should be done via provisioner
Cleaned up the way dvd drives are mounted and unmounted (still need to implement feature to find unused drives before adding a new one)
Cleaned up the way floppies are mounted and unmounted
2016-12-12 22:44:27 +00:00
..
hyperv GuestAdditionsMode and GuestAdditionsPath can be set in config. If GuestAdditionsMode == "attach" it will mount the HyperV Integration Services ISO. If GuestAdditionsPath is set, then it will be used as an alternative to where the HyperV Integration Service ISO is. 2016-12-12 22:44:27 +00:00
powershell.go Port of https://github.com/pbolduc/packer-hyperv/ 2016-12-12 22:44:01 +00:00
powershell_test.go Tests where for an old version of powershell class. Changed for the new one 2016-12-12 22:44:03 +00:00
scriptbuilder.go Port of https://github.com/pbolduc/packer-hyperv/ 2016-12-12 22:44:01 +00:00