From aa371f5c19d1696ae176d1a6a41cb239049b4584 Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Wed, 10 Dec 2025 13:23:51 +1100 Subject: tools/create-image.sh: update default Debian release to trixie Debian bullseye is now oldoldstable, so update the default release to trixie. While we're at it, update documentation references to old Debian releases to match. Signed-off-by: Andrew Donnellan --- docs/syz-kfuzztest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syz-kfuzztest.md') diff --git a/docs/syz-kfuzztest.md b/docs/syz-kfuzztest.md index 4df0248c5..40d7fd138 100644 --- a/docs/syz-kfuzztest.md +++ b/docs/syz-kfuzztest.md @@ -26,7 +26,7 @@ enabled. Namely Furthermore, as you will need to connect to the VM being tested through SSH and launch `syz-kfuzztest` _(a Go binary with LIBC dependencies)_, it is recommended -to create an image for the kernel being fuzzed (e.g., a Debian Bullseye image). +to create an image for the kernel being fuzzed (e.g., a Debian Trixie image). Detailed instructions on how to do this can be found in [this setup guide](linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md). -- cgit mrf-deployment