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
e7c4fe96
Commit
e7c4fe96
authored
Nov 07, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some default settings
parent
524d799c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
vagrantfile-windows_2016.template
vagrantfile-windows_2016.template
+0
-9
vagrantfile-windows_2016_docker.template
vagrantfile-windows_2016_docker.template
+0
-3
No files found.
vagrantfile-windows_2016.template
View file @
e7c4fe96
...
...
@@ -33,15 +33,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.enabled"
]
=
"false"
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"TRUE"
v
.
vmx
[
"mks.enable3d"
]
=
"TRUE"
v
.
vmx
[
"mks.forceDiscreteGPU"
]
=
"TRUE"
v
.
vmx
[
"gui.fullscreenatpoweron"
]
=
"TRUE"
v
.
vmx
[
"gui.viewmodeatpoweron"
]
=
"fullscreen"
v
.
vmx
[
"gui.lastPoweredViewMode"
]
=
"fullscreen"
v
.
vmx
[
"sound.startconnected"
]
=
"FALSE"
v
.
vmx
[
"sound.present"
]
=
"FALSE"
v
.
vmx
[
"sound.autodetect"
]
=
"TRUE"
v
.
enable_vmrun_ip_lookup
=
false
end
...
...
vagrantfile-windows_2016_docker.template
View file @
e7c4fe96
...
...
@@ -33,7 +33,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.enabled"
]
=
"false"
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"vhv.enable"
]
=
"TRUE"
v
.
vmx
[
"gui.fitguestusingnativedisplayresolution"
]
=
"TRUE"
v
.
vmx
[
"mks.enable3d"
]
=
"TRUE"
v
.
vmx
[
"mks.forceDiscreteGPU"
]
=
"TRUE"
...
...
@@ -55,8 +54,6 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.enabled"
]
=
"false"
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vmx
[
"vhv.enable"
]
=
"TRUE"
v
.
vmx
[
"hypervisor.cpuid.v0"
]
=
"FALSE"
v
.
enable_vmrun_ip_lookup
=
false
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