Martchus
Martchus
The PR has been merged so we should be good now. (You can of course re-open if there's something missing.)
Regarding testing: It falls into the same category as #2027 so see [my comment](https://github.com/os-autoinst/os-autoinst/pull/2027#issuecomment-1104919833=) there.
The test referenced by @okurz does this: 1. Switch the keyboard layout to France 2. Type "azerty". 3. Expect "qwerty" to be actually typed. 4. Switch the keyboard layout back...
Stupid question, but what's that `KVMKB` variable you're talking about? I'm only aware of QEMU's `-k language` CLI option.
I found key-mappings in the `/usr/share/kbd/keymaps` folder on my machine (provided by the `kbd` package, see http://kbd-project.org and https://wiki.archlinux.org/title/Linux_console/Keyboard_configuration). Not sure whether these kinds of keymapping files are helpful to...
Thanks for the lengthy but enlightening comments. I suppose the first step is to check whether there's a qmp command. If we needed to do the mapping on our own...
The documentation about achieving a containerized setup is a mix of several approaches done in the past by different people covering different distributions. Git tells me that this instruction goes...
Note that last time I improved the documentation I've moved this instruction to the Fedora-specific section and generally separated the approach using Fedora-based images from the mentioned openSUSE-based one. So...
Let's consider this a draft for now.
Ok, then I'm making it as not-ready for now to prevent the auto-merge.