Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/installation/guides/arm-devices/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ It is also possible to perform a [chroot installation](../chroot.md) using the
appropriate architecture and base packages. Make sure to [prepare your storage
medium](#custom-partition-layout) properly for the device.

If doing this from a computer with an incompatible archtecture (such as x86_64),
If doing this from a computer with an incompatible architecture (such as x86_64),
install `binfmt-support`, enable the `binfmt-support` service, and install the
relevant QEMU user emulator (like `qemu-user-aarch64` for aarch64 or
`qemu-user-arm` for 32-bit ARM) before installing. If `binfmt-support` was
Expand Down