aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorDongliang Mu <mudongliangabcd@gmail.com>2019-02-11 05:26:54 -0500
committerDmitry Vyukov <dvyukov@google.com>2019-02-11 11:26:54 +0100
commitd3fd6fda2435a12f77c302203912f1011b847c5a (patch)
treee10b96504fed58520212efe2fa7f4de95b4d7024 /docs/linux
parent73f5f452675eb3403b31363105243842db603904 (diff)
docs/linux: correct image name and remove packages already installed in the script
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 d0f9cc110..8e9634351 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
@@ -1,6 +1,6 @@
# Setup: Ubuntu host, QEMU vm, x86-64 kernel
-These are the instructions on how to fuzz the x86-64 kernel in a QEMU with Ubuntu 14.04 on the host machine and Debian Wheezy in the QEMU instances.
+These are the instructions on how to fuzz the x86-64 kernel in a QEMU with Ubuntu 14.04 on the host machine and Debian Stretch in the QEMU instances.
## GCC
@@ -120,7 +120,7 @@ They should obviously be executed before packing the `.img` file.
To install other packages (not required to run syzkaller):
``` bash
-sudo chroot stretch /bin/bash -c "apt-get update; apt-get install -y curl tar time strace gcc make sysbench git vim screen usbutils"
+sudo chroot stretch /bin/bash -c "apt-get update; apt-get install -y make sysbench git vim tmux usbutils"
```
To install Trinity (not required to run syzkaller):