diff options
| author | Andrew Donnellan <ajd@linux.ibm.com> | 2025-12-10 13:23:51 +1100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-12-11 12:46:30 +0000 |
| commit | aa371f5c19d1696ae176d1a6a41cb239049b4584 (patch) | |
| tree | 1bc99f825667d55d42c4f310a170face4a097b93 /docs/translations | |
| parent | 6e13aafc1c8faa2d69e07224cb67ce5ee0ac9d36 (diff) | |
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 <ajd@linux.ibm.com>
Diffstat (limited to 'docs/translations')
| -rw-r--r-- | docs/translations/zh_CN/executing_syzkaller_programs.md | 2 | ||||
| -rw-r--r-- | docs/translations/zh_CN/syz_testbed.md | 4 |
2 files changed, 3 insertions, 3 deletions
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": { |
