diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2021-07-06 14:28:57 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2021-07-07 10:50:26 +0200 |
| commit | 6838e1d3fb7e343e0d851f576def1bd347abc614 (patch) | |
| tree | a1cb70922a8103f0d510e7ae1f142bf36a5b52fb | |
| parent | 4846d5c1dcbf362c2e9949b24feca9670ca9b4b9 (diff) | |
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.
| -rw-r--r-- | docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 4 |
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 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): |
