From 6838e1d3fb7e343e0d851f576def1bd347abc614 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 6 Jul 2021 14:28:57 +0000 Subject: docs/linux: remove the mentions of Wheezy It is now impossible to create a Debian Wheezy image (at least in a way proposed by the documentation). Instead, demonstrate how to create a Debian Buster image, the latest version of Debian as for now. --- 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 abc114a0f..b54013199 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 @@ -95,10 +95,10 @@ chmod +x create-image.sh The result should be `$IMAGE/stretch.img` disk image. -If you would like to generate an image with Debian Wheezy, instead of Stretch, do: +If you would like to generate an image with Debian Buster, instead of Stretch, do: ``` bash -./create-image.sh --distribution wheezy +./create-image.sh --distribution buster ``` Sometimes it's useful to have some additional packages and tools available in the VM even though they are not required to run syzkaller. To install a set of tools we find useful do (feel free to edit the list of tools in the script): -- cgit mrf-deployment