Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
R ecosystem
WindowsR
Commits
28fc0225
Commit
28fc0225
authored
Oct 08, 2020
by
Jean-Francois Rey
☕
Browse files
Revert "up vagrantfile"
This reverts commit
1f5aafbd
.
parent
c0bb9301
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
28fc0225
...
...
@@ -19,7 +19,7 @@ Vagrant.configure("2") do |config|
vb
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
128
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--graphicscontroller"
,
"vboxsvga"
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--clipboard"
,
"bidirectional"
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--nested-hw-virt"
,
"
on
"
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--nested-hw-virt"
,
on
]
vb
.
customize
[
"setextradata"
,
"global"
,
"GUI/SuppressMessages"
,
"all"
]
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