Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
packer-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bob Tanner
packer-windows
Commits
03b759fb
Unverified
Commit
03b759fb
authored
Dec 09, 2018
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo vms -> vmx
parent
8403146a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
vagrantfile-windows_2016.template
vagrantfile-windows_2016.template
+1
-1
vagrantfile-windows_2016_core.template
vagrantfile-windows_2016_core.template
+1
-1
vagrantfile-windows_2019_core.template
vagrantfile-windows_2019_core.template
+1
-1
No files found.
vagrantfile-windows_2016.template
View file @
03b759fb
...
...
@@ -43,7 +43,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"sound.startconnected"
]
=
"FALSE"
v
.
vmx
[
"sound.present"
]
=
"FALSE"
v
.
vmx
[
"sound.autodetect"
]
=
"TRUE"
v
.
vm
s
[
"virtualhw.version"
]
=
"11"
v
.
vm
x
[
"virtualhw.version"
]
=
"11"
v
.
enable_vmrun_ip_lookup
=
false
v
.
whitelist_verified
=
true
v
.
vmx
[
"hgfs.linkRootShare"
]
=
"FALSE"
...
...
vagrantfile-windows_2016_core.template
View file @
03b759fb
...
...
@@ -34,7 +34,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.enabled"
]
=
"false"
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vm
s
[
"virtualhw.version"
]
=
"11"
v
.
vm
x
[
"virtualhw.version"
]
=
"11"
v
.
enable_vmrun_ip_lookup
=
false
v
.
whitelist_verified
=
true
v
.
vmx
[
"hgfs.linkRootShare"
]
=
"FALSE"
...
...
vagrantfile-windows_2019_core.template
View file @
03b759fb
...
...
@@ -34,7 +34,7 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"RemoteDisplay.vnc.enabled"
]
=
"false"
v
.
vmx
[
"RemoteDisplay.vnc.port"
]
=
"5900"
v
.
vmx
[
"scsi0.virtualDev"
]
=
"lsisas1068"
v
.
vm
s
[
"virtualhw.version"
]
=
"11"
v
.
vm
x
[
"virtualhw.version"
]
=
"11"
v
.
enable_vmrun_ip_lookup
=
false
v
.
whitelist_verified
=
true
v
.
vmx
[
"hgfs.linkRootShare"
]
=
"FALSE"
...
...
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