diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-02-25 14:37:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-25 14:37:49 +0100 |
| commit | b66a1338d041e8150647a50cc82c9eb450d744c0 (patch) | |
| tree | 8790b2ee09c9389ea78416e955fa54abe28061cc /docs/linux | |
| parent | 59b57593586656c1d5be820aeed0e751087e6ac6 (diff) | |
Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index 8fb299d9d..977391582 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -169,8 +169,9 @@ kill $(cat vm.pid) ## syzkaller -Build syzkaller as described [here](/docs/contributing.md). Then -create a manager config like the following, replacing the environment +Build syzkaller as described +[here](https://github.com/google/syzkaller/blob/master/docs/contributing.md#go). +Then create a manager config like the following, replacing the environment variables `$GOPATH`, `$KERNEL` and `$IMAGE` with their actual values. ``` |
