Marcel Telka
2024-03-31 2ba18872f5c70e96d18c8760e6c835c39eb2caca
doc/vagrant.md
@@ -47,6 +47,12 @@
  And restart.
* If your VirtualBox home directory, usually `~username/VirtualBox VMs/`, is on SSD disk, enable `--nonrotational` configuration option in `Vagrantfile` in `oi-userland/` directory by uncommenting the respective line:
  ```
  v.customize ["storageattach", :id, "--storagectl", "SATA Controller", "--port", 0, "--nonrotational", "on"]
  ```
* Start the VM by running:
  ```