- 10 Jun, 2015 1 commit
-
-
Joe Fitzgerald authored
-
- 08 Jun, 2015 5 commits
-
-
Stefan Scherer authored
* release/v1.24: (28 commits) Updated changelog Update Autounattend.xml Updated changelog Update Ultradefrag to 6.1.0 update to Windows 10 Inside Preview Build 10074 use Write-Output install setupssh-6.7p1-2.exe remove ssh_host_ed25519_key as Vagrant's net-ssh 2.9.1 does not support it update to setupssh-6.6.1p1-3 Stop SearchResult display failing Display windows updates that have been installed Define MaxUpdatesPerCycle for updates on 2008 R2 builds Windows 10 Technical Preview Build 9926 Updated changelog with fixed issues Fixing product key URL in comment. Fixing cut-and-paste error from 2012 autounattend. Add support for Hyper-V Server 2012 R2 extend primary partition to use template.json updated to setupssh-6.7p1-1.exe Grammar ...
-
Stefan Scherer authored
-
TheBigBear authored
ComputerName was set to "vagrant-2012" should be "vagrant-7" instead. (fixes issue #124)
-
Stefan Scherer authored
Fix ComputerName to "vagrant-7"
-
Stefan Scherer authored
-
- 04 May, 2015 2 commits
-
-
Joe Fitzgerald authored
Update Ultradefrag to 6.1.0
-
Timothy Sutton authored
-
- 30 Apr, 2015 2 commits
-
-
Joe Fitzgerald authored
Update template to Windows 10 Inside Preview Build 10074
-
Stefan Scherer authored
-
- 22 Apr, 2015 4 commits
-
-
Joe Fitzgerald authored
Update OpenSSH to version 6.7p1-2
-
Joe Fitzgerald authored
Add support for Hyper-V Server 2012 R2
-
Joe Fitzgerald authored
Display windows updates that have been installed
-
Joe Fitzgerald authored
Define MaxUpdatesPerCycle for updates on 2008 R2 builds
-
- 24 Mar, 2015 1 commit
-
-
Joe Fitzgerald authored
Windows 10 Technical Preview Build 9926
-
- 25 Feb, 2015 5 commits
-
-
Stefan Scherer authored
-
Stefan Scherer authored
-
Stefan Scherer authored
Merge branch 'update-openssh-6.6.1p1-3' of github.com:StefanScherer/packer-windows into update-openssh-6.6.1p1-3 * 'update-openssh-6.6.1p1-3' of github.com:StefanScherer/packer-windows: updated to setupssh-6.7p1-1.exe remove ssh_host_ed25519_key as Vagrant's net-ssh 2.9.1 does not support it update to setupssh-6.6.1p1-3 Conflicts: scripts/openssh.ps1
-
Stefan Scherer authored
-
Stefan Scherer authored
-
- 18 Feb, 2015 2 commits
-
-
bigwave authored
I've lost the URL explaining what the problem was, but the gist of it was that something in the -Property list has already been formatted, so piping it into Format-List makes it choke. This should stop the script throwing exceptions displaying this info, but I've left the exception handling in as it can't hurt
-
bigwave authored
Also suspect that you can delete these line just before this change, but haven't tested it: New-Object -TypeName PSObject -Property @{ Title = $UpdatesToInstall.Item($i).Title Result = $InstallationResult.GetUpdateResult($i).ResultCode }
-
- 28 Jan, 2015 1 commit
-
-
Victor Robertson authored
Previously, the 2008 R2 build would time out due to an unidentified problem during the update process. It seems that limiting the number of updates applied at once solves the problem. Until the problem is identified and a proper fix formed, the Autounattend scripts for 2008 R2 has been updated to make use of this workaround. The problem persists with 2008 R2 Core even with this addition.
-
- 24 Jan, 2015 1 commit
-
-
Stefan Scherer authored
-
- 18 Dec, 2014 2 commits
-
-
Joe Fitzgerald authored
-
TheBigBear authored
ComputerName was set to "vagrant-2012" should be "vagrant-7" instead. (fixes issue #124)
-
- 12 Dec, 2014 1 commit
-
-
Ken Sykora authored
-
- 24 Nov, 2014 1 commit
-
-
Ken Sykora authored
Fixing cut-and-paste errors in Windows 8.1 Autounattend.xml
-
- 23 Nov, 2014 2 commits
- 18 Nov, 2014 1 commit
-
-
Matt Graham authored
-
- 13 Nov, 2014 2 commits
-
-
Joe Fitzgerald authored
extend primary partition to use template.json
-
Stefan Scherer authored
-
- 09 Nov, 2014 1 commit
-
-
Stefan Scherer authored
-
- 06 Nov, 2014 3 commits
-
-
Ken Sykora authored
-
Victor Robertson authored
As Packer currently has no support for WinRM and all communication with the VM is done over SSH in Cygwin, some Packer features fail to work properly including Chef. While Chef works for many packages, it doesn't work with those that make assumptions about available programs in PATH such as msiexec.exe. This patch addresses the issue by documenting the problem in README.md with hopes that future developers will spend less time trying to solve Chef-related issues.
-
Ken Sykora authored
-
- 05 Nov, 2014 3 commits
-
-
Ken Sykora authored
-
Ken Sykora authored
-
Paul Palmer authored
install openssh with non-standard port initially to avoid race condition between install and stop-service
-