Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/installation/guides/arm-devices/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,13 @@ below, replacing the device names with the appropriate ones for your setup:

First, [download and verify](../../index.md#downloading-installation-media) a
PLATFORMFS or ROOTFS tarball for your desired platform and [prepare your storage
medium](#custom-partition-layout). Then, unpack the tarball onto the file system
medium](#custom-partition-layout). If booted from a live image,
[xbps-fetch](https://man.voidlinux.org/xbps-fetch) can download the image to the
current directory. Then, unpack the tarball onto the file system
using [tar(1)](https://man.voidlinux.org/tar.1):

```
# xbps-fetch <URL>
# tar xvfp <image>.tar.xz -C /mnt
```

Expand Down