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_testbed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/syz_testbed.md') diff --git a/docs/syz_testbed.md b/docs/syz_testbed.md index 7f5299311..3c247e058 100644 --- a/docs/syz_testbed.md +++ b/docs/syz_testbed.md @@ -31,8 +31,8 @@ other. The tool automates checking out syzkaller repos, building them, running "manager_config": { "target": "linux/amd64", "kernel_obj": "/tmp/linux-stable", - "image": "/tmp/kernel-image/bullseye.img", - "sshkey": "/tmp/kernel-image/bullseye.id_rsa", + "image": "/tmp/kernel-image/trixie.img", + "sshkey": "/tmp/kernel-image/trixie.id_rsa", "procs": 8, "type": "qemu", "vm": { -- cgit mrf-deployment