diff --git a/centos/6/Vagrantfile b/centos/6/Vagrantfile index 2e4d087..d417f1d 100644 --- a/centos/6/Vagrantfile +++ b/centos/6/Vagrantfile @@ -48,7 +48,7 @@ Vagrant.configure("2") do |config| # the path on the host to the actual folder. The second argument is # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. - config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux" + config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. @@ -56,7 +56,7 @@ Vagrant.configure("2") do |config| # config.vm.provider "virtualbox" do |vb| # Display the VirtualBox GUI when booting the machine - # vb.gui = true + vb.gui = true # # Customize the amount of memory on the VM: # vb.memory = "1024" diff --git a/centos/7/Vagrantfile b/centos/7/Vagrantfile index 39cb439..11f0997 100644 --- a/centos/7/Vagrantfile +++ b/centos/7/Vagrantfile @@ -46,7 +46,7 @@ Vagrant.configure("2") do |config| # the path on the host to the actual folder. The second argument is # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. - config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux" + config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. @@ -54,7 +54,7 @@ Vagrant.configure("2") do |config| # config.vm.provider "virtualbox" do |vb| # Display the VirtualBox GUI when booting the machine - # vb.gui = true + vb.gui = true # # Customize the amount of memory on the VM: # vb.memory = "1024" diff --git a/centos/8/Vagrantfile b/centos/8/Vagrantfile index 7c449c9..04f5fd7 100644 --- a/centos/8/Vagrantfile +++ b/centos/8/Vagrantfile @@ -45,7 +45,7 @@ Vagrant.configure("2") do |config| # the path on the host to the actual folder. The second argument is # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. - config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux" + config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. @@ -53,7 +53,7 @@ Vagrant.configure("2") do |config| # config.vm.provider "virtualbox" do |vb| # Display the VirtualBox GUI when booting the machine - # vb.gui = true + vb.gui = true # # Customize the amount of memory on the VM: # vb.memory = "1024" diff --git a/debian/10/Vagrantfile b/debian/10/Vagrantfile index d68ebc7..bf0f905 100644 --- a/debian/10/Vagrantfile +++ b/debian/10/Vagrantfile @@ -45,7 +45,7 @@ Vagrant.configure("2") do |config| # the path on the host to the actual folder. The second argument is # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. - config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux" + config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. @@ -53,7 +53,7 @@ Vagrant.configure("2") do |config| # config.vm.provider "virtualbox" do |vb| # Display the VirtualBox GUI when booting the machine - # vb.gui = true + vb.gui = true # # Customize the amount of memory on the VM: # vb.memory = "1024" diff --git a/debian/9/Vagrantfile b/debian/9/Vagrantfile index 63c2a45..2e5072b 100644 --- a/debian/9/Vagrantfile +++ b/debian/9/Vagrantfile @@ -45,7 +45,7 @@ Vagrant.configure("2") do |config| # the path on the host to the actual folder. The second argument is # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. - config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux" + config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. @@ -53,7 +53,7 @@ Vagrant.configure("2") do |config| # config.vm.provider "virtualbox" do |vb| # Display the VirtualBox GUI when booting the machine - # vb.gui = true + vb.gui = true # # Customize the amount of memory on the VM: # vb.memory = "1024" diff --git a/ubuntu/16.04/Vagrantfile b/ubuntu/16.04/Vagrantfile index 2d4a62e..aa67932 100644 --- a/ubuntu/16.04/Vagrantfile +++ b/ubuntu/16.04/Vagrantfile @@ -45,7 +45,7 @@ Vagrant.configure("2") do |config| # the path on the host to the actual folder. The second argument is # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. - config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux" + config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. @@ -53,7 +53,7 @@ Vagrant.configure("2") do |config| # config.vm.provider "virtualbox" do |vb| # Display the VirtualBox GUI when booting the machine - # vb.gui = true + vb.gui = true # # Customize the amount of memory on the VM: # vb.memory = "1024" diff --git a/ubuntu/18.04/Vagrantfile b/ubuntu/18.04/Vagrantfile index 98bcaba..bc2f6cd 100644 --- a/ubuntu/18.04/Vagrantfile +++ b/ubuntu/18.04/Vagrantfile @@ -45,7 +45,7 @@ Vagrant.configure("2") do |config| # the path on the host to the actual folder. The second argument is # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. - config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux" + config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. @@ -53,7 +53,7 @@ Vagrant.configure("2") do |config| # config.vm.provider "virtualbox" do |vb| # Display the VirtualBox GUI when booting the machine - # vb.gui = true + vb.gui = true # # Customize the amount of memory on the VM: # vb.memory = "1024" diff --git a/ubuntu/20.04/Vagrantfile b/ubuntu/20.04/Vagrantfile index 402f45a..77cfe52 100644 --- a/ubuntu/20.04/Vagrantfile +++ b/ubuntu/20.04/Vagrantfile @@ -46,7 +46,7 @@ Vagrant.configure("2") do |config| # the path on the host to the actual folder. The second argument is # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. - config.vm.synced_folder ".", "/home/vagrant/Rublon-Linux" + config.vm.synced_folder "../..", "/home/vagrant/Rublon-Linux" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. @@ -54,7 +54,7 @@ Vagrant.configure("2") do |config| # config.vm.provider "virtualbox" do |vb| # Display the VirtualBox GUI when booting the machine - # vb.gui = true + vb.gui = true # # Customize the amount of memory on the VM: # vb.memory = "1024"