You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting and importing the vagrant-generated VM in another environment, we noticed that the keyboard layout is qwerty by default. This can be annoying...
We've had to change the XKBLAYOUT="us" line in /etc/default/keyboard.
Should we change the vagrantfile to take this into account or should this be taken care of by the ansible recipe ? Option 1 seems fine to me.
The text was updated successfully, but these errors were encountered:
Depends who you target. I use qwerty everywhere :) if you can get access to the host kbd layout in the Vagrant config and propagate that to the guest when creating the VM, fine, otherwise...
When exporting and importing the vagrant-generated VM in another environment, we noticed that the keyboard layout is
qwerty
by default. This can be annoying...We've had to change the
XKBLAYOUT="us"
line in/etc/default/keyboard
.Should we change the vagrantfile to take this into account or should this be taken care of by the ansible recipe ? Option 1 seems fine to me.
The text was updated successfully, but these errors were encountered: