Update README.md
This commit is contained in:
parent
4351e2e276
commit
741e9602a4
|
|
@ -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.
|
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 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
|
sudo ln -s /usr/lib/binfmt.d/qemu-aarch.conf /usr/lib/binfmt.d/qemu-aarch64-static.conf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue