From 741e9602a4c6ac3d155b371f208c3fbb38ba7a22 Mon Sep 17 00:00:00 2001 From: Frede H Date: Thu, 16 Jan 2025 09:45:05 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd8fe1c..7ed242e 100644 --- a/README.md +++ b/README.md @@ -113,11 +113,12 @@ 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. +### Quirks Ubuntu Ubuntu does not list keymaps the same way as Arch based systems. The script will not fail - but it will skip the console keymap selection thus defaulting to us console keymap. -Ubuntu stores the qemu bin formats in different locations and this will make the script fail. +See https://www.claudiokuenzler.com/blog/1257/how-to-fix-missing-keymaps-debian-ubuntu-localectl-failed-read-list -As the reference is only a validation - it is possible to work around it by creating a symlink +Ubuntu stores the qemu bin formats in different locations and this will make the script fail. As the reference is only a validation - it is possible to work around it by creating a symlink sudo ln -s /usr/lib/binfmt.d/qemu-aarch.conf /usr/lib/binfmt.d/qemu-aarch64-static.conf