File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/installation/guides/arm-devices Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ It is also possible to perform a [chroot installation](../chroot.md) using the
113113appropriate architecture and base packages. Make sure to [ prepare your storage
114114medium] ( #custom-partition-layout ) properly for the device.
115115
116- If doing this from a computer with an incompatible architecture (such as x86_64),
117- install ` binfmt-support ` , enable the ` binfmt-support ` service, and install the
118- relevant QEMU user emulator (like ` qemu-user-aarch64 ` for aarch64 or
116+ If doing this from a computer with an incompatible architecture (such as
117+ x86_64), install ` binfmt-support ` , enable the ` binfmt-support ` service, and
118+ install the relevant QEMU user emulator (like ` qemu-user-aarch64 ` for aarch64 or
119119` qemu-user-arm ` for 32-bit ARM) before installing. If ` binfmt-support ` was
120120installed after the QEMU user emulator, use `xbps-reconfigure -f
121121qemu-user-<arch >` to enable the relevant binfmts.
You can’t perform that action at this time.
0 commit comments