From 0d951763f51731ae44992058bdcbf0936dc98c79 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 28 May 2020 16:54:29 +0200 Subject: docs/netbsd: update image link --- docs/netbsd/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/netbsd/README.md b/docs/netbsd/README.md index d411de2a7..121fbef58 100644 --- a/docs/netbsd/README.md +++ b/docs/netbsd/README.md @@ -176,9 +176,7 @@ You can compile a kernel with KASAN to increase the chances of finding bugs. [syzkaller-netbsd-bugs](https://groups.google.com/forum/#!forum/syzkaller-netbsd-bugs) mailing list (also can be seen on [dashboard](https://syzkaller.appspot.com/netbsd)). -The image `syzbot` uses can be downloaded from -[here](https://storage.googleapis.com/syzkaller/netbsd-image.raw) (2GB) and root -ssh key from [here](https://storage.googleapis.com/syzkaller/netbsd-image.key). +The image `syzbot` uses can be downloaded [here](https://storage.googleapis.com/syzkaller/netbsd-image.tar.gz) (266MB, includes root ssh key). The image was built using this [script](https://github.com/R3x/netbsd-fuzzing-aids/blob/master/install_netbsd.sh). The image can be used with qemu as follows: ``` -- cgit mrf-deployment