-
openssh.ps1 starts the openssh service and then immediately stops it to perform some further customization. I have found that sometimes packer will connect to the service during this brief window and …
-
Hello,
I would like to build, say Windows 7/8.1 image, on a Windows 7 host, in a _sneakernet_.
Could you please give some general steps of what needs be done to get it work?
Thanks a lot :smiley:
-
``` ruby
Veewee::Definition.declare({
:cpu_count => '1', :memory_size=> '8192',
:disk_size => '81120', :disk_format => 'VDI', :hostiocache => 'off',
:os_type_id => 'Windows2008_64',
:iso_file…
-
I'm pretty sure this is an issue -- in the latest version the secure delete and defragger was running while windows updates was still doing its thing. In the latest version you updated SSH, this seems…
-
I have been trying to test a developer machine set up - so switched off Windows updates via the AutoUnattend.xml file. I then added the chocolatey.bat and chocopacks.bat files to the provisioners sect…
-
When creating a Windows 7 box once all updates had been made the Waiting for SSH.... would just timeout. I stopped the box and restarted it to find that OpenSSH was disabled as a service.
Is the -Aut…
-
https://github.com/joefitzgerald/packer-windows/blob/master/answer_files/2008_r2_core/Autounattend.xml
32 bit
%SystemRoot%\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
64 bit
%SystemRoot%\System32…
-
I've spent quite a bit of time trying to debug chef_client issues. Oddly, if I run the batch files or commands directly via ssh vagrant@host they always work. However, the packer provisioner will fai…
-
Using the current master/HEAD, I'm seeing
```
$ make vmware/win7x64-enterprise
...
vmware-iso: ==> Extracting the VMWare Tools installer
vmware-iso:
vmware-iso: 7-Zip [64] 9.22 beta Copy…
rasa updated
10 years ago
-
Hi,
I have my Vagrantfile like this... and i am trying to execute puppet enterprise within the windows box.
``` ruby
config.vm.define :win1 do |win1|
win1.vm.box = "win2008r2"
win1.vm…