File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/installation/guides/arm-devices Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,11 @@ appropriate architecture and base packages, some of which are listed in the
102102storage medium] ( #custom-partition-layout ) properly for the device.
103103
104104If 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
You can’t perform that action at this time.
0 commit comments