Update README.md

This commit is contained in:
Frede H 2025-01-15 11:47:39 +00:00
parent aee0d0da8d
commit 86b9b968f0
1 changed files with 13 additions and 1 deletions

View File

@ -111,4 +111,16 @@ sudo bash ./manjaro-arm-installer arm-unstable (Use unstable branch)
## Other notes: ## Other notes:
This script is available in the **Manjaro** repository and can be installed with `sudo pacman -S manjaro-arm-installer`. 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