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
20a298f0
Unverified
Commit
20a298f0
authored
Dec 05, 2017
by
Stefan Scherer
Committed by
GitHub
Dec 05, 2017
Browse files
Merge pull request #61 from StefanScherer/set-vbox-vram
Set vbox vram and clipboard
parents
730efffe
b978093a
Changes
8
Hide whitespace changes
Inline
Side-by-side
vagrantfile-windows_10.template
View file @
20a298f0
...
...
@@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
#v.gui = true
v
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
2048
]
v
.
customize
[
"modifyvm"
,
:id
,
"--cpus"
,
2
]
v
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
v
.
customize
[
"modifyvm"
,
:id
,
"--clipboard"
,
"bidirectional"
]
v
.
customize
[
"setextradata"
,
"global"
,
"GUI/SuppressMessages"
,
"all"
]
end
...
...
vagrantfile-windows_2008_r2.template
View file @
20a298f0
...
...
@@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
#v.gui = true
v
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
2048
]
v
.
customize
[
"modifyvm"
,
:id
,
"--cpus"
,
2
]
v
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
v
.
customize
[
"modifyvm"
,
:id
,
"--clipboard"
,
"bidirectional"
]
v
.
customize
[
"setextradata"
,
"global"
,
"GUI/SuppressMessages"
,
"all"
]
end
...
...
vagrantfile-windows_2012.template
View file @
20a298f0
...
...
@@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
#v.gui = true
v
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
2048
]
v
.
customize
[
"modifyvm"
,
:id
,
"--cpus"
,
2
]
v
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
v
.
customize
[
"modifyvm"
,
:id
,
"--clipboard"
,
"bidirectional"
]
v
.
customize
[
"setextradata"
,
"global"
,
"GUI/SuppressMessages"
,
"all"
]
end
...
...
vagrantfile-windows_2012_r2.template
View file @
20a298f0
...
...
@@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
#v.gui = true
v
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
2048
]
v
.
customize
[
"modifyvm"
,
:id
,
"--cpus"
,
2
]
v
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
v
.
customize
[
"modifyvm"
,
:id
,
"--clipboard"
,
"bidirectional"
]
v
.
customize
[
"setextradata"
,
"global"
,
"GUI/SuppressMessages"
,
"all"
]
end
...
...
vagrantfile-windows_2016.template
View file @
20a298f0
...
...
@@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
#v.gui = true
v
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
2048
]
v
.
customize
[
"modifyvm"
,
:id
,
"--cpus"
,
2
]
v
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
v
.
customize
[
"modifyvm"
,
:id
,
"--clipboard"
,
"bidirectional"
]
v
.
customize
[
"setextradata"
,
"global"
,
"GUI/SuppressMessages"
,
"all"
]
end
...
...
vagrantfile-windows_2016_core.template
View file @
20a298f0
...
...
@@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
v
.
gui
=
true
v
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
2048
]
v
.
customize
[
"modifyvm"
,
:id
,
"--cpus"
,
2
]
v
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
v
.
customize
[
"modifyvm"
,
:id
,
"--clipboard"
,
"bidirectional"
]
v
.
customize
[
"setextradata"
,
"global"
,
"GUI/SuppressMessages"
,
"all"
]
end
...
...
vagrantfile-windows_7.template
View file @
20a298f0
...
...
@@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
#v.gui = true
v
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
2048
]
v
.
customize
[
"modifyvm"
,
:id
,
"--cpus"
,
2
]
v
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
v
.
customize
[
"modifyvm"
,
:id
,
"--clipboard"
,
"bidirectional"
]
v
.
customize
[
"setextradata"
,
"global"
,
"GUI/SuppressMessages"
,
"all"
]
end
...
...
vagrantfile-windows_81.template
View file @
20a298f0
...
...
@@ -21,6 +21,8 @@ Vagrant.configure("2") do |config|
#v.gui = true
v
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
2048
]
v
.
customize
[
"modifyvm"
,
:id
,
"--cpus"
,
2
]
v
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
v
.
customize
[
"modifyvm"
,
:id
,
"--clipboard"
,
"bidirectional"
]
v
.
customize
[
"setextradata"
,
"global"
,
"GUI/SuppressMessages"
,
"all"
]
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