Keyboard is hardcoded to de-ch

Issue #3 resolved
Denis Cheong created an issue

The default option that vmadm sends to qemu is for a German keyboard.

This should not be included as a default (don't attemptt to override qemu's default), or it should default to that of the host system.

root@gazoo / # vmadm -n start slate

-name slate

-m 2048

-daemonize

-nographic

-cpu qemu64

-smp 2

-no-hpet

-enable-kvm

-vga cirrus

-k de-ch

...

Comments (5)

  1. Kaspar Schiess repo owner

    Good catch. I'll devise a nice fix for this. Would you want the changes released soon?

  2. Kaspar Schiess repo owner

    Fixes #3 by making keyboard_layout configurable

    Of course there are other defaults which cannot be overridden - so this is only the first half of the fix. I will have to create some sort of central configuration mechanism that allows setting these defaults and overriding what cannot currently be changed.

    → <<cset 59778d93368c>>

  3. Kaspar Schiess repo owner

    Fixes #3 by making keyboard_layout configurable

    Of course there are other defaults which cannot be overridden - so this is only the first half of the fix. I will have to create some sort of central configuration mechanism that allows setting these defaults and overriding what cannot currently be changed.

    → <<cset 59778d93368c>>

  4. Kaspar Schiess repo owner

    In fact, strike the above question, here's 0.3.2. Feedback is welcome. Thanks for the reports!

  5. Log in to comment