aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorzhanggenex <zhanggenex@qq.com>2019-03-04 14:33:15 +0800
committerGreg Steuck <blackgnezdo@gmail.com>2019-03-03 22:33:15 -0800
commit5de92d341e88cf51e2c944bd93b8ba3490c8bec0 (patch)
tree602fc2c22417d7851aafff541ab2fe447b562d76 /docs/linux
parent1c0e457aaaae0f885242810950c8a7c3508eabbb (diff)
tools/create-image.sh: correct usage examples (#1034)
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md4
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):