aboutsummaryrefslogtreecommitdiff
path: root/Tools/ros/vagrant/docker-host-base/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/ros/vagrant/docker-host-base/Vagrantfile')
-rw-r--r--Tools/ros/vagrant/docker-host-base/Vagrantfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tools/ros/vagrant/docker-host-base/Vagrantfile b/Tools/ros/vagrant/docker-host-base/Vagrantfile
index bc9329bf8..06e4e897d 100644
--- a/Tools/ros/vagrant/docker-host-base/Vagrantfile
+++ b/Tools/ros/vagrant/docker-host-base/Vagrantfile
@@ -9,6 +9,8 @@
# After build, do "vagrant package --base docker-host-base" to package,
# and import as box: "vagrant box add --name uaventure/docker-host-base package.box"
#
+# License: according to LICENSE.md in the root directory of the PX4 Firmware repository
+
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
@@ -19,7 +21,7 @@ Vagrant.configure(2) do |config|
vb.gui = true
vb.memory = "1024"
end
-
+
config.vm.provision "file", source: "config/docker-default", destination: "/home/vagrant/docker-default"
config.vm.provision "file", source: "config/xsessionrc", destination: "/home/vagrant/.xsessionrc"