aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAnton Lindqvist <anton.lindqvist@gmail.com>2018-09-19 07:21:00 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-09-19 07:57:06 +0200
commitd39675eb1c1a3e2639950a18dff1ca8f115ae94a (patch)
tree7ecf118edba2fb7296bfd2db96b5cde17f6ba115 /docs
parent5959df5cd2c52f9713ed87d1a3068f08cf6c64b4 (diff)
docs/openbsd: add missing template directive to example configuration
Diffstat (limited to 'docs')
-rw-r--r--docs/openbsd/setup.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/openbsd/setup.md b/docs/openbsd/setup.md
index bf3a06d89..27b369177 100644
--- a/docs/openbsd/setup.md
+++ b/docs/openbsd/setup.md
@@ -118,7 +118,8 @@ $ cat openbsd.cfg
"vm": {
"count": 4,
"mem": 512,
- "kernel": "$KERNEL"
+ "kernel": "$KERNEL",
+ "template": "syzkaller"
}
}
$ ./bin/syz-manager -config openbsd.cfg