summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-05-28 23:28:54 -0700
committerYuval Adam <yuv.adm@gmail.com>2013-05-28 23:28:54 -0700
commitb6cfc52d10158016168fa6c23dd17c1503decfdf (patch)
treefd7adecf2ca582039017015ede17cff0c2c1ffb2
parentf31c334c8415faabd49a6aa62597d03a676a9453 (diff)
parent4efc4a4c90cf681d6363d04ad469c2790d1f3731 (diff)
Merge pull request #7 from themainframe/master
Enable X11 forwarding
-rw-r--r--Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 4ea9a3f..5c896de 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -12,6 +12,7 @@ SCRIPT
Vagrant.configure('2') do |config|
config.vm.box = 'precise32'
config.vm.box_url = 'http://files.vagrantup.com/precise32.box'
+ config.ssh.forward_x11 = true
config.vm.provider 'virtualbox' do |v|
v.customize ['modifyvm', :id, '--usb', 'on']