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
895054e1
Unverified
Commit
895054e1
authored
Feb 27, 2019
by
Stefan Scherer
Committed by
GitHub
Feb 27, 2019
Browse files
Merge pull request #169 from Jvekka/linked_clone
Replaced depracated differencing_disk with linked_clone
parents
199164e6
b1b5cd51
Changes
3
Hide whitespace changes
Inline
Side-by-side
vagrantfile-windows_10.template
View file @
895054e1
...
...
@@ -64,6 +64,6 @@ Vagrant.configure("2") do |config|
config
.
vm
.
provider
"hyperv"
do
|
v
|
v
.
cpus
=
2
v
.
maxmemory
=
2048
v
.
differencing_disk
=
true
v
.
linked_clone
=
true
end
end
vagrantfile-windows_2016_core.template
View file @
895054e1
...
...
@@ -56,6 +56,6 @@ Vagrant.configure("2") do |config|
config
.
vm
.
provider
"hyperv"
do
|
v
|
v
.
cpus
=
2
v
.
maxmemory
=
2048
v
.
differencing_disk
=
true
v
.
linked_clone
=
true
end
end
vagrantfile-windows_2019_core.template
View file @
895054e1
...
...
@@ -56,6 +56,6 @@ Vagrant.configure("2") do |config|
config
.
vm
.
provider
"hyperv"
do
|
v
|
v
.
cpus
=
2
v
.
maxmemory
=
2048
v
.
differencing_disk
=
true
v
.
linked_clone
=
true
end
end
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