Fix xzcat argument.

This commit is contained in:
Cyril Brulebois 2023-10-05 20:55:23 +02:00
parent 20b903c771
commit fd5b7b8e28
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Alternatively, if you don't have `bmap-tools` installed, you can use
`dd` with the compressed image: `dd` with the compressed image:
```shell ```shell
xzcat raspi_3_bullseye.img | dd of=/dev/mmcblk0 bs=64k oflag=dsync status=progress xzcat raspi_3_bullseye.img.xz | dd of=/dev/mmcblk0 bs=64k oflag=dsync status=progress
``` ```
Or with the uncompressed image: Or with the uncompressed image: