Skip to content

Commit 92c97ca

Browse files
committed
installation/guides/arm-devices: suggest installing a specific qemu emulator
also reorder things so it makes a bit more sense (especially for automatic binfmt registration via xbps-triggers).
1 parent c78a3ae commit 92c97ca

File tree

1 file changed

+5
-2
lines changed
  • src/installation/guides/arm-devices

1 file changed

+5
-2
lines changed

src/installation/guides/arm-devices/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@ appropriate architecture and base packages, some of which are listed in the
102102
storage medium](#custom-partition-layout) properly for the device.
103103

104104
If doing this from a computer with an incompatible archtecture (such as x86_64),
105-
install the `qemu-user-static` and `binfmt-support` packages and enable the
106-
`binfmt-support` service before installing.
105+
install `binfmt-support`, enable the `binfmt-support` service, and install the
106+
relevant QEMU user emulator (like `qemu-user-aarch64` for aarch64 or
107+
`qemu-user-arm` for 32-bit ARM) before installing. If `binfmt-support` was
108+
installed after the QEMU user emulator, use `xbps-reconfigure -f
109+
qemu-user-<arch>` to enable the relevant binfmts.
107110

108111
## Configuration
109112

0 commit comments

Comments
 (0)