Fix xzcat argument.
This commit is contained in:
parent
20b903c771
commit
fd5b7b8e28
|
@ -116,7 +116,7 @@ Alternatively, if you don't have `bmap-tools` installed, you can use
|
|||
`dd` with the compressed image:
|
||||
|
||||
```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:
|
||||
|
|
Loading…
Reference in New Issue