Skip to content

Commit

Permalink
Add documentation about overriding the display variable on non-macO…
Browse files Browse the repository at this point in the history
…S platforms
jacob-carlborg committed May 29, 2022
1 parent 7939bb5 commit 8b12f75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -71,6 +71,14 @@ install location to `resources/ovmf.fd`.
Where `<version>` and `<architecture>` are the any of the versions or
architectures available in the above table.
On non-macOS platforms the `display` variable needs to be overridden by
specifying `-var display=gtk` or `-var display=sdl` at the end when invoking
the `build.sh` script:
```
./build.sh <version> <architecture> -var display=gtk
```
The above command will build the VM image and the resulting disk image will be
at the path: `output/openbsd-6.8-amd64.qcow2`.

0 comments on commit 8b12f75

Please sign in to comment.