diff options
| author | Andrew Donnellan <ajd@linux.ibm.com> | 2020-09-14 17:12:55 +1000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-04-12 09:44:37 +0200 |
| commit | d4d447cd780753901f9e00aa246cc835458a8f06 (patch) | |
| tree | f21b4774b0a6afd36b3112e13f909d15bad1c630 /docs/executing_syzkaller_programs.md | |
| parent | 1a1596b614d3c3ebe71d3bc60db781d58ced5cf4 (diff) | |
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 <ajd@linux.ibm.com>
Diffstat (limited to 'docs/executing_syzkaller_programs.md')
| -rw-r--r-- | docs/executing_syzkaller_programs.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
