diff options
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.md | 10 |
1 files changed, 5 insertions, 5 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 f0fab769c..e03abee2c 100644 --- a/docs/linux/setup_linux-host_qemu-vm_s390x-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_s390x-kernel.md @@ -92,7 +92,7 @@ chmod +x create-image.sh ./create-image.sh -a s390x ``` -The result should be `$IMAGE/bullseye.img` disk image. +The result should be `$IMAGE/trixie.img` disk image. For additional options of `create-image.sh`, please refer to `./create-image.sh -h` @@ -106,7 +106,7 @@ Run: qemu-system-s390x \ -M s390-ccw-virtio -cpu max,zpci=on -m 4G -smp 2 \ -kernel $KERNEL/arch/s390/boot/bzImage \ - -drive file=$IMAGE/buster.img,if=virtio,format=raw \ + -drive file=$IMAGE/trixie.img,if=virtio,format=raw \ -append "rootwait root=/dev/vda net.ifnames=0 biosdevname=0" \ -net nic,model=virtio -net user,host=10.0.2.10,hostfwd=tcp:127.0.0.1:10021-:22 \ -display none -serial mon:stdio \ @@ -116,7 +116,7 @@ qemu-system-s390x \ After that you should be able to ssh to QEMU instance in another terminal: ``` bash -ssh -i $IMAGE/buster.id_rsa -p 10021 -o "StrictHostKeyChecking no" root@localhost +ssh -i $IMAGE/trixie.id_rsa -p 10021 -o "StrictHostKeyChecking no" root@localhost ``` If this fails with "too many tries", ssh may be passing default keys before @@ -147,8 +147,8 @@ variables `$GOPATH`, `$KERNEL` and `$IMAGE` with their actual values. "http": "127.0.0.1:56741", "workdir": "$GOPATH/src/github.com/google/syzkaller/workdir", "kernel_obj": "$KERNEL", - "image": "$IMAGE/buster.img", - "sshkey": "$IMAGE/buster.id_rsa", + "image": "$IMAGE/trixie.img", + "sshkey": "$IMAGE/trixie.id_rsa", "syzkaller": "$GOPATH/src/github.com/google/syzkaller", "procs": 8, "type": "qemu", |
