Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
55bd677e
Commit
55bd677e
authored
Nov 27, 2015
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tips for updating some vagrant 1.7.4 gems
parent
900088fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
README.md
README.md
+11
-1
No files found.
README.md
View file @
55bd677e
...
@@ -10,7 +10,8 @@ Some of my enhancements are:
...
@@ -10,7 +10,8 @@ Some of my enhancements are:
*
Support of fullscreen Retina display on a MacBook Pro.
*
Support of fullscreen Retina display on a MacBook Pro.
*
WinRM, no more OpenSSH
*
WinRM, no more OpenSSH
*
PowerShell attached to taskbar
*
PowerShell attached to taskbar with new features enabled
*
German keyboard layout and timezone
### Packer Version
### Packer Version
...
@@ -85,6 +86,15 @@ The generated box files include a Vagrantfile template that is suitable for
...
@@ -85,6 +86,15 @@ The generated box files include a Vagrantfile template that is suitable for
use with Vagrant 1.7.4+, which includes native support for Windows and uses
use with Vagrant 1.7.4+, which includes native support for Windows and uses
WinRM to communicate with the box.
WinRM to communicate with the box.
For Vagrant 1.7.4 you should update some Ruby gems with
```
vagrant plugin install winrm
vagrant plugin install winrm-fs
```
Vagrant 1.8+ will have these gems already preinstalled.
### Contributing
### Contributing
Pull requests welcomed, but normally should go to Joe's repo.
Pull requests welcomed, but normally should go to Joe's repo.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment