aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Johnston <markjdb@gmail.com>2020-08-10 10:25:00 -0400
committerMark Johnston <markjdb@gmail.com>2020-08-11 11:42:07 -0400
commitbb3e5fe608aa1d99df8f41cee2dcc33fdef06123 (patch)
tree33ffc2401038748388b8840e38785777114a5815
parent4ad44804fb55c8018cdd82cb9e1a7497d1f2df03 (diff)
docs/freebsd: clarify that the dataset name is an example
-rw-r--r--docs/freebsd/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/freebsd/README.md b/docs/freebsd/README.md
index 75650da82..9823bb5f1 100644
--- a/docs/freebsd/README.md
+++ b/docs/freebsd/README.md
@@ -97,7 +97,7 @@ If you plan to run the syscall executor as root, ensure that root SSH logins are
### Running Under bhyve
-Some additional steps are required on the host in order to use bhyve. First, ensure that the host system is at r346550 or later. Second, since bhyve currently does not support disk image snapshots, ZFS must be used to provide equivalent functionality. Create a ZFS data set and copy the VM image there. The data set can also be used to store the syzkaller workdir.
+Some additional steps are required on the host in order to use bhyve. First, ensure that the host system is at r346550 or later. Second, since bhyve currently does not support disk image snapshots, ZFS must be used to provide equivalent functionality. Create a ZFS data set and copy the VM image there. The data set can also be used to store the syzkaller workdir. For example, with a zpool named `data` mounted at `/data`, write:
```console
# zfs create data/syzkaller
# cp FreeBSD-13.0-CURRENT-amd64.raw /data/syzkaller
@@ -158,7 +158,7 @@ For GCE, add the following instead (alter the storage bucket path as necessary):
"gcs_path": "syzkaller"
}
```
-For bhyve, we need to specify the VM image snapshot name and networking info:
+For bhyve, we need to specify the VM image snapshot name and networking info (alter the dataset name and paths as necessary):
```
"image": "/data/syzkaller/FreeBSD-13.0-CURRENT-amd64.raw",
"type": "bhyve",