File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed
Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ edit-url-template = "https://github.com/void-linux/void-docs/edit/master/{path}"
1414"/about-this-handbook.html" = " /about/about-this-handbook.html"
1515"/config/man.html" = " /config/package-documentation/man.html"
1616"/config/gnupg.html" = " /config/openpgp.html#gnupg"
17+ "/installation/guides/arm-devices/platforms.html" = " /installation/guides/arm-devices/raspberry-pi.html"
1718
1819[output .latex ]
1920optional = true
Original file line number Diff line number Diff line change 1515 - [ Full Disk Encryption] ( ./installation/guides/fde.md )
1616 - [ Root on ZFS] ( ./installation/guides/zfs.md )
1717 - [ ARM Devices] ( ./installation/guides/arm-devices/index.md )
18- - [ Supported Platforms] ( ./installation/guides/arm-devices/platforms.md )
18+ - [ Lenovo Thinkpad
19+ X13s] ( ./installation/guides/arm-devices/thinkpad-x13s.md )
20+ - [ Pinebook Pro] ( ./installation/guides/arm-devices/pinebook-pro.md )
21+ - [ Raspberry Pi] ( ./installation/guides/arm-devices/raspberry-pi.md )
1922 - [ musl] ( ./installation/musl.md )
2023- [ Configuration] ( ./config/index.md )
2124 - [ Package Documentation] ( ./config/package-documentation/index.md )
Original file line number Diff line number Diff line change @@ -11,10 +11,17 @@ 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.
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ function properly.
77
88There are ` x86_64 ` images for both ` glibc ` and ` musl ` based systems. There are
99also images for ` i686 ` , but only ` glibc ` is supported for this architecture.
10+ Live images are provided for ` aarch64 ` for both ` glibc ` and ` musl ` , but they
11+ only support UEFI-capable devices. Live images for ` aarch64 ` do not support
12+ ` void-installer ` .
13+
1014Live installers are not provided for other architectures. Users of other
1115architectures will need to use rootfs tarballs, or perform an installation
1216manually.
You can’t perform that action at this time.
0 commit comments