aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup_linux-host_qemu-vm_s390x-kernel.md
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2020-09-14 17:12:55 +1000
committerDmitry Vyukov <dvyukov@google.com>2023-04-12 09:44:37 +0200
commitd4d447cd780753901f9e00aa246cc835458a8f06 (patch)
treef21b4774b0a6afd36b3112e13f909d15bad1c630 /docs/linux/setup_linux-host_qemu-vm_s390x-kernel.md
parent1a1596b614d3c3ebe71d3bc60db781d58ced5cf4 (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/linux/setup_linux-host_qemu-vm_s390x-kernel.md')
-rw-r--r--docs/linux/setup_linux-host_qemu-vm_s390x-kernel.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_s390x-kernel.md b/docs/linux/setup_linux-host_qemu-vm_s390x-kernel.md
index adcb63c75..f0fab769c 100644
--- a/docs/linux/setup_linux-host_qemu-vm_s390x-kernel.md
+++ b/docs/linux/setup_linux-host_qemu-vm_s390x-kernel.md
@@ -83,16 +83,16 @@ $KERNEL/arch/s390/boot/bzImage
### Debian
-To create a Debian Buster Linux image with the minimal set of required packages do:
+To create a Debian Linux image with the minimal set of required packages do:
```
cd $IMAGE/
wget https://raw.githubusercontent.com/google/syzkaller/master/tools/create-image.sh -O create-image.sh
chmod +x create-image.sh
-./create-image.sh -a s390x -d buster
+./create-image.sh -a s390x
```
-The result should be `$IMAGE/buster.img` disk image.
+The result should be `$IMAGE/bullseye.img` disk image.
For additional options of `create-image.sh`, please refer to `./create-image.sh -h`