From 5de92d341e88cf51e2c944bd93b8ba3490c8bec0 Mon Sep 17 00:00:00 2001 From: zhanggenex Date: Mon, 4 Mar 2019 14:33:15 +0800 Subject: tools/create-image.sh: correct usage examples (#1034) --- docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/linux') 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): -- cgit mrf-deployment