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/executing_syzkaller_programs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/executing_syzkaller_programs.md') diff --git a/docs/executing_syzkaller_programs.md b/docs/executing_syzkaller_programs.md index 67967d988..a9e9ff9bd 100644 --- a/docs/executing_syzkaller_programs.md +++ b/docs/executing_syzkaller_programs.md @@ -28,7 +28,7 @@ make 4. Copy binaries and the program to test machine (substitute target `linux_amd64` as necessary): ``` bash -scp -P 10022 -i stretch.img.key bin/linux_amd64/syz-execprog bin/linux_amd64/syz-executor program root@localhost: +scp -P 10022 -i bullseye.img.key bin/linux_amd64/syz-execprog bin/linux_amd64/syz-executor program root@localhost: ``` 5. Run the program on the test machine: -- cgit mrf-deployment