Skip to content
Snippets Groups Projects
Commit 1fd4dfa7 authored by Claude Becker's avatar Claude Becker
Browse files

vagrant: relocate vbox vms

parent 687c2cdc
Branches
No related tags found
No related merge requests found
......@@ -16,6 +16,13 @@ Note: on our managed Linux workstation Vagrant is already installed.
Preparation
-----------
When using VirtualBox you need to re-direct the path where virtual machines are stored outside of your home to the local disk.
```sh
VBoxManage setproperty machinefolder /scratch/some_path
VBoxManage list systemproperties | grep 'Default machine folder'
```
Start by adding an image of a preconfigured virtual machine to your system. You can find our collection of compact Vagrant boxes at https://share.phys.ethz.ch/~isg/vagrant/.
```sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment