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
2a5e273b
Commit
2a5e273b
authored
Nov 02, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable audio by default
parent
6da4e42a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
vagrantfile-windows_10.template
vagrantfile-windows_10.template
+2
-2
vagrantfile-windows_2016.template
vagrantfile-windows_2016.template
+2
-2
vagrantfile-windows_2016_docker.template
vagrantfile-windows_2016_docker.template
+2
-2
No files found.
vagrantfile-windows_10.template
View file @
2a5e273b
...
...
@@ -39,8 +39,8 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"gui.fullscreenatpoweron"
]
=
"TRUE"
v
.
vmx
[
"gui.viewmodeatpoweron"
]
=
"fullscreen"
v
.
vmx
[
"gui.lastPoweredViewMode"
]
=
"fullscreen"
v
.
vmx
[
"sound.startconnected"
]
=
"
TRU
E"
v
.
vmx
[
"sound.present"
]
=
"
TRU
E"
v
.
vmx
[
"sound.startconnected"
]
=
"
FALS
E"
v
.
vmx
[
"sound.present"
]
=
"
FALS
E"
v
.
vmx
[
"sound.autodetect"
]
=
"TRUE"
v
.
enable_vmrun_ip_lookup
=
false
end
...
...
vagrantfile-windows_2016.template
View file @
2a5e273b
...
...
@@ -40,8 +40,8 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"gui.fullscreenatpoweron"
]
=
"TRUE"
v
.
vmx
[
"gui.viewmodeatpoweron"
]
=
"fullscreen"
v
.
vmx
[
"gui.lastPoweredViewMode"
]
=
"fullscreen"
v
.
vmx
[
"sound.startconnected"
]
=
"
TRU
E"
v
.
vmx
[
"sound.present"
]
=
"
TRU
E"
v
.
vmx
[
"sound.startconnected"
]
=
"
FALS
E"
v
.
vmx
[
"sound.present"
]
=
"
FALS
E"
v
.
vmx
[
"sound.autodetect"
]
=
"TRUE"
end
...
...
vagrantfile-windows_2016_docker.template
View file @
2a5e273b
...
...
@@ -41,8 +41,8 @@ Vagrant.configure("2") do |config|
v
.
vmx
[
"gui.fullscreenatpoweron"
]
=
"TRUE"
v
.
vmx
[
"gui.viewmodeatpoweron"
]
=
"fullscreen"
v
.
vmx
[
"gui.lastPoweredViewMode"
]
=
"fullscreen"
v
.
vmx
[
"sound.startconnected"
]
=
"
TRU
E"
v
.
vmx
[
"sound.present"
]
=
"
TRU
E"
v
.
vmx
[
"sound.startconnected"
]
=
"
FALS
E"
v
.
vmx
[
"sound.present"
]
=
"
FALS
E"
v
.
vmx
[
"sound.autodetect"
]
=
"TRUE"
v
.
vms
[
"virtualhw.version"
]
=
"11"
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