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
1f5aafbd
Commit
1f5aafbd
authored
Oct 02, 2020
by
Jean-Francois Rey
☕
Browse files
up vagrantfile
parent
8288af88
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
1f5aafbd
...
...
@@ -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
...
...
Jean-Francois Rey
☕
@jfrey
mentioned in commit
28fc0225
·
Oct 08, 2020
mentioned in commit
28fc0225
mentioned in commit 28fc022572e1f4cff717f4d8d12ad6a6849725c3
Toggle commit list
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