@@ -11,19 +11,25 @@ on such devices can be done in several ways:
1111 that can be extracted to a previously prepared partition scheme; and
1212- [ Chroot installation] ( #chroot-installation ) : follows most of the steps
1313 outlined in [ the chroot guide] ( ../chroot.md ) .
14+ - [ Live images] ( ../../live-images/index.md ) (for aarch64 UEFI devices only).
1415
1516This guide also outlines [ configuration steps] ( #configuration ) that are mostly
1617specific to such devices.
1718
19+ Platform-specific documentation is available for:
20+
21+ - [ Lenovo ThinkPad X13s] ( ./thinkpad-x13s.md )
22+ - [ Pinebook Pro] ( ./pinebook-pro.md )
23+ - [ Raspberry Pi] ( ./raspberry-pi.md )
24+
1825Since most of the commands in this guide will be run on external storage, it is
1926important to run [ sync(1)] ( https://man.voidlinux.org/sync.1 ) before removing the
2027device.
2128
2229## Installation
2330
24- If you are installing Void Linux on one of the ARM devices covered in the
25- "[ Supported platforms] ( ./platforms.md ) " page, make sure to read its section
26- thoroughly.
31+ If you are installing Void Linux on one of the officially supported ARM devices,
32+ make sure to read its page thoroughly.
2733
2834### Pre-built images
2935
@@ -103,9 +109,8 @@ using [tar(1)](https://man.voidlinux.org/tar.1):
103109#### Chroot installation
104110
105111It is also possible to perform a [ chroot installation] ( ../chroot.md ) using the
106- appropriate architecture and base packages, some of which are listed in the
107- "[ Supported Platforms] ( ./platforms.md ) " section. Make sure to [ prepare your
108- storage medium] ( #custom-partition-layout ) properly for the device.
112+ appropriate architecture and base packages. Make sure to [ prepare your storage
113+ medium] ( #custom-partition-layout ) properly for the device.
109114
110115If doing this from a computer with an incompatible archtecture (such as x86_64),
111116install ` binfmt-support ` , enable the ` binfmt-support ` service, and install the
0 commit comments