From 86b9b968f058d812c614bc563c4c9841bbc9514c Mon Sep 17 00:00:00 2001 From: Frede H Date: Wed, 15 Jan 2025 11:47:39 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d252820..6c8ea2c 100644 --- a/README.md +++ b/README.md @@ -111,4 +111,16 @@ sudo bash ./manjaro-arm-installer arm-unstable (Use unstable branch) ## Other notes: This script is available in the **Manjaro** repository and can be installed with `sudo pacman -S manjaro-arm-installer`. -This script **should** be distro-agnostic, which means you can install *Manjaro ARM* from **any** distro, as long as the dependencies are met. +This script **should** be distro-agnostic, which means you can run the install script to install *Manjaro ARM* from **any** distro, as long as the dependencies are met. + +### Known caveats + +Ubuntu stores the qemu bin formats in `/usr/share/binfmts` under different names and this will make the script fail. + +**//UNTESTED:** +Before starting the installer script, create a symlink to the `qemu-aarch64` configuration + + sudo ln -s /usr/share/binfmts/qemu-aarch /usr/lib/binfmt.d/qemu-aarch64-static.conf + + +