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/linux/troubleshooting.md | |
| 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/linux/troubleshooting.md')
| -rw-r--r-- | docs/linux/troubleshooting.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linux/troubleshooting.md b/docs/linux/troubleshooting.md index ee706e5c3..227252531 100644 --- a/docs/linux/troubleshooting.md +++ b/docs/linux/troubleshooting.md @@ -47,8 +47,8 @@ Here are some things to check if there are problems running syzkaller. "http": "127.0.0.1:56741", "workdir": "$GOPATH/src/github.com/google/syzkaller/workdir", "kernel_obj": "$KERNEL", - "image": "$IMAGE/bullseye.img", - "sshkey": "$IMAGE/bullseye.id_rsa", + "image": "$IMAGE/trixie.img", + "sshkey": "$IMAGE/trixie.id_rsa", "syzkaller": "$GOPATH/src/github.com/google/syzkaller", "procs": 8, "type": "qemu", |
