Skip to content

Commit ce0658a

Browse files
authored
Update vm_install_using_vagrant.md
1 parent f0f1ec3 commit ce0658a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

_docs/developer/getting_started/vm_install_using_vagrant.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@ and Intel machines and QEMU for M-Series ARM MacOS machines.*
180180
sudo dnf install vagrant
181181
```
182182
183-
DELETE
184-
* **Note:**
185-
When running vagrant up, use `vagrant up --provider=virtualbox` so it doesn't default to libvirt
186-
187183
* **Common errors when running vagrant up (Fedora/RHEL)**
188184
189185
1. Missing virtnetworkd:
@@ -276,7 +272,9 @@ DELETE
276272
depending on your internet connection speed.*
277273
278274
279-
***Note:** The vagrant up command provisions the virtual machine on the first run.
275+
***Note:** The vagrant up command creates and provisions the virtual machine on the first run.
276+
The `--provider` flag is important if you have more than one virtual box provider
277+
installed on your machine (e.g., VirtualBox, VMWare, QEMU, libvirt).
280278
For subsequent runs, you do not need to append the `--provider` flag as the VM is
281279
already created.*
282280
@@ -288,7 +286,7 @@ DELETE
288286
vagrant up --provider=qemu
289287
```
290288
291-
*As noted above, you do not need to append the `--provider` flag is only necessary on the first run when the VM is created.*
289+
*As noted above, the `--provider` flag is only necessary on the first run when the VM is created.*
292290
293291
294292
* **Build from scratch**

0 commit comments

Comments
 (0)