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/translations/zh_CN/executing_syzkaller_programs.md | 2 +- docs/translations/zh_CN/syz_testbed.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/translations') diff --git a/docs/translations/zh_CN/executing_syzkaller_programs.md b/docs/translations/zh_CN/executing_syzkaller_programs.md index 40c99b103..bf0fef3ac 100644 --- a/docs/translations/zh_CN/executing_syzkaller_programs.md +++ b/docs/translations/zh_CN/executing_syzkaller_programs.md @@ -32,7 +32,7 @@ make 4. 将构建好的二进制文件和程序复制到待测试机器上(根据待测试机器,替换命令中的 `linux_amd64`) ``` bash -scp -P 10022 -i bullseye.img.key bin/linux_amd64/syz-execprog bin/linux_amd64/syz-executor program root@localhost: +scp -P 10022 -i trixie.img.key bin/linux_amd64/syz-execprog bin/linux_amd64/syz-executor program root@localhost: ``` 5. 在待测试机器上运行程序 diff --git a/docs/translations/zh_CN/syz_testbed.md b/docs/translations/zh_CN/syz_testbed.md index 3a70c82e2..3fb43f603 100644 --- a/docs/translations/zh_CN/syz_testbed.md +++ b/docs/translations/zh_CN/syz_testbed.md @@ -32,8 +32,8 @@ syz-testbed 需要一个 JSON 配置文件。示例: "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