Andreas Wacknitz
2024-04-05 06fb6dc41cdafb96239cf8a3d551052267c9463d
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:
  ```