[GRASS-SVN] r67843 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 16 03:27:05 PST 2016


Author: martinl
Date: 2016-02-16 03:27:05 -0800 (Tue, 16 Feb 2016)
New Revision: 67843

Modified:
   grass/trunk/Vagrantfile
Log:
Vagrant: add notes how to sync GRASS data dir

Modified: grass/trunk/Vagrantfile
===================================================================
--- grass/trunk/Vagrantfile	2016-02-16 08:37:17 UTC (rev 67842)
+++ grass/trunk/Vagrantfile	2016-02-16 11:27:05 UTC (rev 67843)
@@ -30,6 +30,10 @@
 
     config.ssh.forward_agent = true
     config.ssh.forward_x11 = true
+
+    ### Define your GRASS data directory to be synce'd on virtual machine
+    # grassdata_dir = "/opt/grassdata"
+    # host.vm.synced_folder grassdata_dir, "/home/vagrant/grassdata"
     
     ppaRepos = [
       "ppa:ubuntugis/ubuntugis-unstable"



More information about the grass-commit mailing list