From 4e24d0e83b93c7ba5c17772f22d88fe631fba7b9 Mon Sep 17 00:00:00 2001 From: ive0skills Date: Wed, 3 Dec 2025 20:32:19 +0700 Subject: [PATCH] src/installation/guides/arm-devices/index: typo fix fixed a typo: "archtecture" to "architecture" --- src/installation/guides/arm-devices/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation/guides/arm-devices/index.md b/src/installation/guides/arm-devices/index.md index 0ddf7454..10bca19d 100644 --- a/src/installation/guides/arm-devices/index.md +++ b/src/installation/guides/arm-devices/index.md @@ -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