Re: [packer] Re: transferring files from a Windows VM

2016-09-14 Thread Alvaro Miranda Aguilera
if you are using Virtualbox, and you have virtualbox guest additions, you can use the shared folder to move files host <-> guest Alvaro. On Wed, Sep 14, 2016 at 5:47 PM, Jon Hittner wrote: > yah.. What I finally ended up doing was writing a script to winrm the > files

[packer] Re: transferring files from a Windows VM

2016-09-14 Thread Jon Hittner
yah.. What I finally ended up doing was writing a script to winrm the files from the new VM and calling that from the local-shell provisioner. Unfortunately I was not able to find a way to pass the vagrant NAT port to the local-shell provisioner so I had hardcode the port (setting

RE: [packer] Issue with v0.10.0

2016-09-14 Thread Sean Farrow
Hi, Thanks, I have taken this from a Github repo: https://github.com/boxcutter/windows so was working with what I was given. What sort of things did you have to change? Kind regards Sean. From: packer-tool@googlegroups.com [mailto:packer-tool@googlegroups.com] On Behalf Of Rickard von Essen

Re: [packer] Issue with v0.10.0

2016-09-14 Thread Rickard von Essen
The following json validates for me: { "builders": [ { "communicator": "winrm", "disk_size": 1024, "floppy_files": [ "floppy/00-run-all-scripts.cmd", "floppy/01-install-wget.cmd", "floppy/_download.cmd", "floppy/_packer_config.cmd",