From 06b42069affe4ff9c3def9e643cd309f10402e17 Mon Sep 17 00:00:00 2001 From: csawyerYumaed Date: Fri, 23 May 2025 09:36:53 -0700 Subject: [PATCH] Update index.md add xbps-fetch information to get the ROOTFS. update arm guide to include xbps-fetch to get the image on a live CD. --- src/installation/guides/arm-devices/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/installation/guides/arm-devices/index.md b/src/installation/guides/arm-devices/index.md index 0ddf7454..3514dd44 100644 --- a/src/installation/guides/arm-devices/index.md +++ b/src/installation/guides/arm-devices/index.md @@ -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 # tar xvfp .tar.xz -C /mnt ```