From d4d447cd780753901f9e00aa246cc835458a8f06 Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Mon, 14 Sep 2020 17:12:55 +1000 Subject: tools/create-image.sh: upgrade default release to bullseye bullseye has been the current Debian stable release since 2021, and stretch is now well and truly in the LTS support phase. Change the default release in create-image.sh to bullseye. Also update most other references to stretch in the documentation and elsewhere (there's still a few references we don't change because they're links to images etc). Signed-off-by: Andrew Donnellan --- docs/linux/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/linux/troubleshooting.md') diff --git a/docs/linux/troubleshooting.md b/docs/linux/troubleshooting.md index 3993dc1f6..ee706e5c3 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/stretch.img", - "sshkey": "$IMAGE/stretch.id_rsa", + "image": "$IMAGE/bullseye.img", + "sshkey": "$IMAGE/bullseye.id_rsa", "syzkaller": "$GOPATH/src/github.com/google/syzkaller", "procs": 8, "type": "qemu", -- cgit mrf-deployment