We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40378a1 commit db9bd36Copy full SHA for db9bd36
1 file changed
src/installation/guides/arm-devices/index.md
@@ -29,12 +29,14 @@ thoroughly.
29
30
The pre-built images provided are prepared for 2GB SD cards. After [downloading
31
and verifying](../../index.md#downloading-installation-media) an image, it can
32
-be written to the relevant media with [cat(1)](https://man.voidlinux.org/cat.1),
+be uncompressed with [unxz(1)](https://man.voidlinux.org/unxz.1) and written to
33
+the relevant media with [cat(1)](https://man.voidlinux.org/cat.1),
34
[pv(1)](https://man.voidlinux.org/pv.1), or
35
[dd(1)](https://man.voidlinux.org/dd.1). For example, to flash it onto an SD
36
card located at `/dev/mmcblk0`:
37
38
```
39
+$ unxz -k <image>.img.xz
40
# dd if=<image>.img of=/dev/mmcblk0 bs=4M status=progress
41
42
0 commit comments