docs/openbsd: use qcow2 disk format in setup

This commit is contained in:
Anton Lindqvist 2018-10-01 13:53:47 +02:00 committed by Dmitry Vyukov
parent 4b94574dd4
commit 0e1a45faf7

View File

@ -68,7 +68,7 @@ $ make -C compile/SYZKALLER
2. Create disk image:
```sh
$ vmctl create "$VMIMG" -s 4G
$ vmctl create "qcow2:$VMIMG" -s 4G
```
3. Install VM: