diff --git a/README.md b/README.md index 6315eba..988bb01 100644 --- a/README.md +++ b/README.md @@ -113,16 +113,10 @@ This script is available in the **Manjaro** repository and can be installed with 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 does not list keymaps the same way Arch based systems, making the console keymap selection impossible. The installer will not fail - but your your system will have the default us console keymap. 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