rubenst2013
rubenst2013
@nickcharlton Thank you for taking the time to review my PR. I implemented your suggestions as discussed above and tested them successfully on my local machine. Please give them a...
Hi @SwampDragons, hi @nickcharlton, I guess I did needed some convincing. :) Admittedly using ssh_handshake_attempts introduces less noise to the "user side" provisioning steps and, with a high enough value,...
> No worries, @rubenst2013, glad to be able to chip in. > > I tried this out and it finishes building a box. I did notice this error twice in...
@nickcharlton how did you get the installer to execute the user-data yaml formated file? I did as you described in your blog post but its simply stuck at language selection....
Hi @nickcharlton, Thanks for the heads-up about this setting. Though I just tried it and the VM was closed by packer again, regardless of that setting. :cry:
I made a pull request, which implements the necessary changes and worked locally. Please let me knwo how this works for you. Thanks! # #61
On the eve to 2019 and the problem still persists. Just tested with Vagrant 2.2.2 and VBox 6. windows 10 1809 as host and Ubuntu 18.04 as guest. I also...
same issue here. At least I got the additional disk files over using the include directive. Now I need to keep them attached. Edit: I'm using packer v1.7.7
I got a bit further. - In my packer hcl I specify the additional disks using the include directive, like so: ``` post-processor "vagrant" { output = "builds/virtualbox-ubuntu-2104-${var.version}-${var.build_number}-${var.branch_name}.box" # keep...