From d3fd6fda2435a12f77c302203912f1011b847c5a Mon Sep 17 00:00:00 2001 From: Dongliang Mu Date: Mon, 11 Feb 2019 05:26:54 -0500 Subject: docs/linux: correct image name and remove packages already installed in the script --- 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 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): -- cgit mrf-deployment