Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
51ecb236
Commit
51ecb236
authored
Aug 27, 2017
by
Patrick Lang
Browse files
Adding hyperv provider to Vagrantfile for Windows 10 Insider
parent
04ad854a
Changes
1
Show whitespace changes
Inline
Side-by-side
vagrantfile-windows_10.template
View file @
51ecb236
...
...
@@ -55,4 +55,10 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
enable_vmrun_ip_lookup
=
false
end
config
.
vm
.
provider
"hyperv"
do
|
v
|
v
.
cpus
=
2
v
.
maxmemory
=
2048
v
.
differencing_disk
=
true
end
end
Write
Preview
Supports
Markdown
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