From e41a20c5170a991098742c4f0d04a420c2423bec Mon Sep 17 00:00:00 2001 From: R3x Date: Tue, 4 Jun 2019 10:40:27 +0000 Subject: docs/netbsd: Added link to image script --- docs/netbsd/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/netbsd/README.md b/docs/netbsd/README.md index fc4119505..de6ae6605 100644 --- a/docs/netbsd/README.md +++ b/docs/netbsd/README.md @@ -46,7 +46,10 @@ You can see the compiled binaries in `bin/netbsd_amd64`. ## Setting up a NetBSD VM with qemu -Please follow the tutorial given [here](https://wiki.qemu.org/Hosts/BSD#NetBSD) to +You can use the script given [here](https://github.com/R3x/netbsd-fuzzing-aids/blob/master/install_netbsd.sh) to create a disk image with NetBSD installed. +The script would also automatically give you a ssh key to ssh into the VM. + +Alternatively, You can follow the tutorial given [here](https://wiki.qemu.org/Hosts/BSD#NetBSD) to setup a basic NetBSD VM with qemu. After installing and running the NetBSD VM on qemu please follow the steps below to -- cgit mrf-deployment