Skip to content

Commit

Permalink
Merge pull request StefanScherer#242 from StefanScherer/fix-virtualbo…
Browse files Browse the repository at this point in the history
…x6-clipboard-mode

Use VirtualBox 6.1 parameter --clipboard-mode
  • Loading branch information
StefanScherer authored Feb 7, 2020
2 parents 5d8630e + 0e6a9a3 commit 6807fc2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion vagrantfile-windows_10.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
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 ["modifyvm", :id, "--clipboard-mode", "bidirectional"]
v.customize ["setextradata", "global", "GUI/SuppressMessages", "all" ]
end

Expand Down
2 changes: 1 addition & 1 deletion vagrantfile-windows_2008_r2.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
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 ["modifyvm", :id, "--clipboard-mode", "bidirectional"]
v.customize ["setextradata", "global", "GUI/SuppressMessages", "all" ]
end

Expand Down
2 changes: 1 addition & 1 deletion vagrantfile-windows_2012.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
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 ["modifyvm", :id, "--clipboard-mode", "bidirectional"]
v.customize ["setextradata", "global", "GUI/SuppressMessages", "all" ]
end

Expand Down
2 changes: 1 addition & 1 deletion vagrantfile-windows_2012_r2.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
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 ["modifyvm", :id, "--clipboard-mode", "bidirectional"]
v.customize ["setextradata", "global", "GUI/SuppressMessages", "all" ]
end

Expand Down
2 changes: 1 addition & 1 deletion vagrantfile-windows_2016.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
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 ["modifyvm", :id, "--clipboard-mode", "bidirectional"]
v.customize ["setextradata", "global", "GUI/SuppressMessages", "all" ]
end

Expand Down
2 changes: 1 addition & 1 deletion vagrantfile-windows_2016_core.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
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 ["modifyvm", :id, "--clipboard-mode", "bidirectional"]
v.customize ["setextradata", "global", "GUI/SuppressMessages", "all" ]
end

Expand Down
2 changes: 1 addition & 1 deletion vagrantfile-windows_2019_core.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
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 ["modifyvm", :id, "--clipboard-mode", "bidirectional"]
v.customize ["setextradata", "global", "GUI/SuppressMessages", "all" ]
end

Expand Down
2 changes: 1 addition & 1 deletion vagrantfile-windows_7.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
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 ["modifyvm", :id, "--clipboard-mode", "bidirectional"]
v.customize ["setextradata", "global", "GUI/SuppressMessages", "all" ]
end

Expand Down
2 changes: 1 addition & 1 deletion vagrantfile-windows_81.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
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 ["modifyvm", :id, "--clipboard-mode", "bidirectional"]
v.customize ["setextradata", "global", "GUI/SuppressMessages", "all" ]
end

Expand Down

0 comments on commit 6807fc2

Please sign in to comment.