Skip to content

Commit

Permalink
REmove BASE_BOX=1 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
IDzyre authored Feb 26, 2024
1 parent c92b560 commit 846dbf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ the installation process.
4. Start up Vagrant and provision the machine

```
$ BASE_BOX=1 vagrant up --provider=qemu
$ vagrant up --provider=qemu
```

You may be prompted to enter your login username and password
Expand All @@ -121,7 +121,7 @@ the installation process.
```
$ vagrant destroy
$ BASE_BOX=1 vagrant up --provider=qemu
$ vagrant up --provider=qemu
```

5. After the `vagrant up` command completes, the VM is started and
Expand Down

0 comments on commit 846dbf4

Please sign in to comment.