diff options
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 4 |
1 files changed, 2 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 71fe881f3..d2f3c6ced 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 @@ -123,7 +123,7 @@ By default, this script will create a minimal Debian-stretch Linux image. The re If you would like to generate wheezy debian image, instead of stretch, just add one option of the script ``` bash -./create-image.sh --distribution=wheezy +./create-image.sh --distribution wheezy ``` Sometimes it's useful to have some additional packages and tools available in the VM even though they are not required to run syzkaller. @@ -131,7 +131,7 @@ The instructions to install some useful tools are below. To install other packages, like `make sysbench git vim tmux usbutils` (not required to run syzkaller): ``` bash -./create-image.sh --feature=full +./create-image.sh --feature full ``` To install perf (not required to run syzkaller): |
