diff options
Diffstat (limited to 'docs/linux/troubleshooting.md')
| -rw-r--r-- | docs/linux/troubleshooting.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linux/troubleshooting.md b/docs/linux/troubleshooting.md index 3993dc1f6..ee706e5c3 100644 --- a/docs/linux/troubleshooting.md +++ b/docs/linux/troubleshooting.md @@ -47,8 +47,8 @@ Here are some things to check if there are problems running syzkaller. "http": "127.0.0.1:56741", "workdir": "$GOPATH/src/github.com/google/syzkaller/workdir", "kernel_obj": "$KERNEL", - "image": "$IMAGE/stretch.img", - "sshkey": "$IMAGE/stretch.id_rsa", + "image": "$IMAGE/bullseye.img", + "sshkey": "$IMAGE/bullseye.id_rsa", "syzkaller": "$GOPATH/src/github.com/google/syzkaller", "procs": 8, "type": "qemu", |
